Sax

Stop wasting your time on crap sites!

Saxคืออะไร?

Sax เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sax และคุณลักษณะหลักของมันคือ "Stop wasting your time on crap sites!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sax

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}