Productivity Enforcer
A simple Chrome Extension that prevents the browser from launching websites, which you specify.
Productivity Enforcerคืออะไร?
Productivity Enforcer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chongdashu และคุณลักษณะหลักของมันคือ "A simple Chrome Extension that prevents the browser from launching websites, which you specify."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Productivity Enforcer
ดาวน์โหลดไฟล์ส่วนขยาย Productivity Enforcer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use this Chrome Extension to specify a set of terms (e.g., a website URL, or part of a URL) that you would like to block from being opened in Chrome. Toggle the extension easily to help prevent procrastination on websites.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Productivity Enforcer |
ID | ckhdpoeddfocfjinehpedlbcihjjmopn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/productivity-enforcer/ckhdpoeddfocfjinehpedlbcihjjmopn |
คำอธิบาย | A simple Chrome Extension that prevents the browser from launching websites, which you specify. |
ขนาดไฟล์ | 14.59 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 3.1 |
อัปเดตครั้งล่าสุด | 2014-03-30 |
วันที่เผยแพร่ | 2014-03-29 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | chongdashu |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Productivity Enforcer", "description": "A simple Chrome Extension that prevents the browser from launching websites, which you specify.", "version": "3.1", "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] } } |