Productivity Enforcer

A simple Chrome Extension that prevents the browser from launching websites, which you specify.

Qu'est-ce que Productivity Enforcer ?

Productivity Enforcer est une extension Chrome développée par chongdashu, et sa fonction principale est "A simple Chrome Extension that prevents the browser from launching websites, which you specify.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Productivity Enforcer

Téléchargez les fichiers d'extension Productivity Enforcer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Productivity Enforcer Productivity Enforcer
ID ckhdpoeddfocfjinehpedlbcihjjmopn
URL Officiel https://chromewebstore.google.com/detail/productivity-enforcer/ckhdpoeddfocfjinehpedlbcihjjmopn
Description A simple Chrome Extension that prevents the browser from launching websites, which you specify.
Taille du Fichier 14.59 KB
Nombre d'Installations 37
Version Actuelle 3.1
Dernière Mise à Jour 2014-03-30
Date de Publication 2014-03-29
Évaluation 4.75/5 Total 4 Évaluations
Développeur chongdashu
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}