Time Saver
Block a specific set of sites during specific periods of the week using a JSON formatted string.
什么是Time Saver?
Time Saver是由Curtis Huebner开发的Chrome扩展程序,该扩展的主要功能是“Block a specific set of sites during specific periods of the week using a JSON formatted string.”。
下载Time Saver扩展crx文件
下载Time Saver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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"
]
}
]
} 扩展基本信息
| 名称 | |
| ID | mbeodbihdnhkgebepkmlenepjfoanfcj |
| 官方URL | https://chrome.google.com/webstore/detail/time-saver/mbeodbihdnhkgebepkmlenepjfoanfcj |
| 简介 | Block a specific set of sites during specific periods of the week using a JSON formatted string. |
| 文件大小 | 9.06 KB |
| 安装次数 | 37 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2017-05-25 |
| 上架时间 | 2017-05-25 |
| 开发者 | Curtis Huebner |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Time Saver",
"description": "Block a specific set of sites during specific periods of the week using a JSON formatted string.",
"version": "0.0.2",
"background": {
"scripts": [
"redirect.js"
]
},
"options_page": "options.html",
"permissions": [
" | |