Productivity Enforcer

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

Apa itu Productivity Enforcer?

Productivity Enforcer adalah ekstensi Chrome yang dikembangkan oleh chongdashu, dan fitur utamanya adalah "A simple Chrome Extension that prevents the browser from launching websites, which you specify.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Productivity Enforcer

Unduh file ekstensi Productivity Enforcer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Productivity Enforcer Productivity Enforcer
ID ckhdpoeddfocfjinehpedlbcihjjmopn
URL Resmi https://chromewebstore.google.com/detail/productivity-enforcer/ckhdpoeddfocfjinehpedlbcihjjmopn
Deskripsi A simple Chrome Extension that prevents the browser from launching websites, which you specify.
Ukuran File 14.59 KB
Jumlah Instalasi 37
Versi Saat Ini 3.1
Terakhir Diperbarui 2014-03-30
Tanggal Publikasi 2014-03-29
Penilaian 4.75/5 Total 4 Penilaian
Pengembang chongdashu
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}