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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } } |