Sax

Stop wasting your time on crap sites!

什么是Sax?

Sax是由Sax开发的Chrome扩展程序,该扩展的主要功能是“Stop wasting your time on crap sites!”。

扩展截图

screenshot

下载Sax扩展crx文件

下载Sax扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Distract yourself from distraction. If you find you're spending time on junk sites, set yourself a limit and Sax will remind you when you've had too much - back to being productive in no time.                    

扩展基本信息

名称 Sax Sax
ID jicigfpbnckdaddmedkhdkahaegmnhpa
官方URL https://chromewebstore.google.com/detail/sax/jicigfpbnckdaddmedkhdkahaegmnhpa
简介 Stop wasting your time on crap sites!
文件大小 1.23 MB
安装次数 30
当前版本 0.12
更新时间 2017-04-23
上架时间 2017-04-23
评分 5.00/5 共3次评分
开发者 Sax
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sax",
    "description": "Stop wasting your time on crap sites!",
    "version": "0.12",
    "browser_action": {
        "default_icon": "media\/icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "media\/sax-guy.gif",
        "media\/sax-guy.ogg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "saxxer.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}