Productivity Enforcer
A simple Chrome Extension that prevents the browser from launching websites, which you specify.
Was ist Productivity Enforcer?
Productivity Enforcer ist eine Chrome-Erweiterung, die von chongdashu entwickelt wurde, und ihr Hauptmerkmal ist "A simple Chrome Extension that prevents the browser from launching websites, which you specify.".
Erweiterungsscreenshots
Productivity Enforcer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Productivity Enforcer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Productivity Enforcer |
ID | ckhdpoeddfocfjinehpedlbcihjjmopn |
Offizielle URL | https://chromewebstore.google.com/detail/productivity-enforcer/ckhdpoeddfocfjinehpedlbcihjjmopn |
Beschreibung | A simple Chrome Extension that prevents the browser from launching websites, which you specify. |
Dateigröße | 14.59 KB |
Installationsanzahl | 37 |
Aktuelle Version | 3.1 |
Letztes Update | 2014-03-30 |
Veröffentlichungsdatum | 2014-03-29 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | chongdashu |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |