Time Saver chrome extension

Version: 0.0.2
Time Saver
Block a specific set of sites during specific periods of the week using a JSON formatted string.
0.00 Based on 0 user rates

What is Time Saver?

Time Saver is a website blocker extension for chrome. it's a free extension , it has 37 active users since released its first version, it earns an average rating of 0.00 from 0 rated user, last update is 2531 days ago.


What’s new in version 0.0.2?

                An extension that blocks certain URLs for certain parts of the week. For instance to block "www.evil.com" and "www.distraction.com" from 1:30AM Monday to 4:37PM Friday and any site that has "fun" in the url on Sunday, the filter would be:

{
    "times": [
        {
            "endDay": 5,
            "endHour": 16,
            "endMinute": 37,
            "startDay": 1,
            "startHour": 1,
            "startMinute": 30,
            "urls": [
                "www.evil.com",
                "www.distraction.com"
            ]
        },
        {
            "endDay": 1,
            "endHour": 0,
            "endMinute": 0,
            "startDay": 0,
            "startHour": 18,
            "startMinute": 0,
            "urls": [
                "fun"
            ]
        }
    ]
}            

How to install Time Saver?

You could download the latest version crx file or older version files and install it.


Technical Features:

  • Latest Version: 0.0.2
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Thursday, May 25th, 2017
  • Author: Curtis Huebner

Time Saver Available languages:

English.


FAQ