Breathe: Website blocker

Calm and simple reminders to breathe, whenever you visit a distracting site.

Apa itu Breathe: Website blocker?

Breathe: Website blocker adalah ekstensi Chrome yang dikembangkan oleh https://alejorivera.com, dan fitur utamanya adalah "Calm and simple reminders to breathe, whenever you visit a distracting site.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Breathe: Website blocker

Unduh file ekstensi Breathe: Website blocker 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

                        Calm and simple reminders to breathe, whenever you visit a distracting site.                    

Informasi Dasar Ekstensi

Nama Breathe: Website blocker Breathe: Website blocker
ID ndppkiillkcmmebpbbndbmhoacfoikmj
URL Resmi https://chromewebstore.google.com/detail/breathe-website-blocker/ndppkiillkcmmebpbbndbmhoacfoikmj
Deskripsi Calm and simple reminders to breathe, whenever you visit a distracting site.
Ukuran File 71.42 KB
Jumlah Instalasi 80
Versi Saat Ini 0.2
Terakhir Diperbarui 2017-04-30
Tanggal Publikasi 2017-04-30
Penilaian 3.00/5 Total 4 Penilaian
Pengembang https://alejorivera.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breathe: Website blocker",
    "description": "Calm and simple reminders to breathe, whenever you visit a distracting site.",
    "version": "0.2",
    "icons": {
        "128": "breathe.png"
    },
    "browser_action": {
        "default_icon": "breathe.png",
        "default_title": "Breathe",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "breathe.html"
    ]
}