Focusly

Allows users to block distracting sites for a set period of time.

什麼是Focusly?

Focusly是由trevorscandalios開發的Chrome擴展程式,該擴展的主要功能是“Allows users to block distracting sites for a set period of time.”。

擴展截圖

screenshot
screenshot
screenshot

下載Focusly擴展crx文件

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

擴展使用說明

                        Focusly allows you to limit distractions when you want to focus. 

Using the extension is simple and intuitive:
- Add or removed sites from your list.
- Set a timer, and restrict your access to those sites for that amount of time.
- If you must end the timer early, enter a series of characters to regain access to the blocked sites.                    

擴展基本資訊

名稱 Focusly Focusly
ID jlihnplddpebplnfafhdanaiapbeikbk
官方網址 https://chromewebstore.google.com/detail/focusly/jlihnplddpebplnfafhdanaiapbeikbk
簡介 Allows users to block distracting sites for a set period of time.
檔案大小 2.41 MB
安裝次數 21
目前版本 1.1
更新時間 2016-12-19
上架時間 2016-12-19
評分 5.00/5 共 2 次評分
開發者 trevorscandalios
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focusly",
    "description": "Allows users to block distracting sites for a set period of time.",
    "version": "1.1",
    "icons": {
        "16": "assets\/circle-16.png",
        "32": "assets\/circle-32.png",
        "64": "assets\/circle-64.png",
        "128": "assets\/circle-128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Focusly"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "webNavigation",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    }
}