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
官方網址 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'"
}