Breathe: Website blocker

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

什麼是Breathe: Website blocker?

Breathe: Website blocker是由https://alejorivera.com開發的Chrome擴展程式,該擴展的主要功能是“Calm and simple reminders to breathe, whenever you visit a distracting site.”。

擴展截圖

screenshot

下載Breathe: Website blocker擴展crx文件

下載Breathe: Website blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Breathe: Website blocker Breathe: Website blocker
ID ndppkiillkcmmebpbbndbmhoacfoikmj
官方網址 https://chromewebstore.google.com/detail/breathe-website-blocker/ndppkiillkcmmebpbbndbmhoacfoikmj
簡介 Calm and simple reminders to breathe, whenever you visit a distracting site.
檔案大小 71.42 KB
安裝次數 80
目前版本 0.2
更新時間 2017-04-30
上架時間 2017-04-30
評分 3.00/5 共 4 次評分
開發者 https://alejorivera.com
付費類型 free
支援的語言 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"
    ]
}