10-Second Focus

Distraction deterrent!

什麼是10-Second Focus?

10-Second Focus是由rred開發的Chrome擴展程式,該擴展的主要功能是“Distraction deterrent!”。

擴展截圖

screenshot
screenshot

下載10-Second Focus擴展crx文件

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

擴展使用說明

                        A simple distraction deterrent via a site blocker that is reasonable enough to stick with long-term.

Functionality: Blocks distracting sites then only allows you to re-access them after 10 seconds of mindfulness. With this conscious barrier from mindless behavior, it makes it harder to get off-task but doesn't cut you off completely.

Features: Lightweight design, non-invasive permissions, customizable block list/deterrent timer/unblock period.                    

擴展基本資訊

名稱 10-Second Focus 10-Second Focus
ID pknpbhgcekdpigobealnbgjbeaonegad
官方網址 https://chromewebstore.google.com/detail/10-second-focus/pknpbhgcekdpigobealnbgjbeaonegad
簡介 Distraction deterrent!
檔案大小 48.29 KB
安裝次數 712
目前版本 0.13
更新時間 2019-02-18
上架時間 2019-02-18
評分 5.00/5 共 16 次評分
開發者 rred
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "10-Second Focus",
    "manifest_version": 2,
    "version": "0.13",
    "description": "Distraction deterrent!",
    "icons": {
        "16": "view\/img\/img38.png",
        "48": "view\/img\/img48.png",
        "128": "view\/img\/img128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "options_page": "view\/options.html",
    "web_accessible_resources": [
        "view\/js\/jquery.min.map",
        "view\/deterrent.html"
    ],
    "browser_action": {
        "default_icon": {
            "48": "view\/img\/img48.png",
            "38": "view\/img\/img38.png"
        },
        "default_title": "10-Second Focus",
        "default_popup": "view\/popup.html"
    }
}