The 20 Second Rule

The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to…

Apa itu The 20 Second Rule?

The 20 Second Rule adalah ekstensi Chrome yang dikembangkan oleh Brad Dennis, Ph.D., dan fitur utamanya adalah "The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The 20 Second Rule

Unduh file ekstensi The 20 Second Rule 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

                        The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to get to.  It is based upon the 20 Second Rule in The Happiness Advantage by Shawn Anchor.                    

Informasi Dasar Ekstensi

Nama The 20 Second Rule The 20 Second Rule
ID mlonnhlhamjoopabmomhbdlddiomojpp
URL Resmi https://chromewebstore.google.com/detail/the-20-second-rule/mlonnhlhamjoopabmomhbdlddiomojpp
Deskripsi The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to…
Ukuran File 228 KB
Jumlah Instalasi 1,113
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-10-26
Tanggal Publikasi 2014-10-26
Penilaian 5.00/5 Total 8 Penilaian
Pengembang Brad Dennis, Ph.D.
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-off-19.png",
            "38": "icons\/icon-off-38.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "The 20 Second Rule"
    },
    "icons": {
        "128": "icons\/icon-off-128.png"
    },
    "name": "The 20 Second Rule",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "version": "1.0",
    "manifest_version": 2,
    "web_accessible_resources": [
        "inject\/inject.css"
    ],
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject\/inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}