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.".

Снимки экрана расширения

screenshot

Скачать файл 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 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"
        ]
    }
}