ProductivEasy Website Blocker

Block websites and boost your productivity the easy way

ProductivEasy Website Blockerคืออะไร?

ProductivEasy Website Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joey Cim และคุณลักษณะหลักของมันคือ "Block websites and boost your productivity the easy way"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย ProductivEasy Website Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ProductivEasy is a lightweight extension that allows you to block time-wasting sites and reclaim your productivity. With the ability to specify the times and days on which each block is active, you obtain full control over your browsing habits. Simply click on the "P" icon near the address bar to get started once you have installed the extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ProductivEasy Website Blocker ProductivEasy Website Blocker
ID pinnoonagidjeonljokaamppjnppcfcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/productiveasy-website-blo/pinnoonagidjeonljokaamppjnppcfcl
คำอธิบาย Block websites and boost your productivity the easy way
ขนาดไฟล์ 53.54 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2015-09-25
วันที่เผยแพร่ 2015-09-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Joey Cim
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProductivEasy Website Blocker",
    "description": "Block websites and boost your productivity the easy way",
    "version": "0.2",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html",
        "default_title": "Manage settings"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}