Productivity Enforcer

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

Co to jest Productivity Enforcer?

Productivity Enforcer to rozszerzenie Chrome opracowane przez chongdashu, a jego główną funkcją jest „A simple Chrome Extension that prevents the browser from launching websites, which you specify.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Productivity Enforcer

Pobierz pliki rozszerzeń Productivity Enforcer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Productivity Enforcer Productivity Enforcer
ID ckhdpoeddfocfjinehpedlbcihjjmopn
Oficjalny URL https://chromewebstore.google.com/detail/productivity-enforcer/ckhdpoeddfocfjinehpedlbcihjjmopn
Opis A simple Chrome Extension that prevents the browser from launching websites, which you specify.
Rozmiar pliku 14.59 KB
Liczba instalacji 37
Aktualna Wersja 3.1
Ostatnia Aktualizacja 2014-03-30
Data Publikacji 2014-03-29
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper chongdashu
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}