Time Saver Time Saver

Productivity
Version: 0.0.2
Last Update: 2017-05-25

Overview

Time Saver is a Chrome extension developed by Curtis Huebner. According to the data from Chrome web store, current version of Time Saver is 0.0.2, updated on 2017-05-25.
38 users have installed this extension. No user have rated this extension yet.

Block a specific set of sites during specific periods of the week using a JSON formatted string.

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"
]
}
]
}

Rating

0 ratings

Total Installs

38

Information

Last Update

2017-05-25

Current Version

0.0.2

Size

9.06KiB

Author

Curtis Huebner

Website

None

Category

Productivity

Latest Reviews

See More