DistractBlock

Temporarily block websites - *** STUDY AID ***

什麼是DistractBlock?

DistractBlock是由pandaDevs開發的Chrome擴展程式,該擴展的主要功能是“Temporarily block websites - *** STUDY AID ***”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載DistractBlock擴展crx文件

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

擴展使用說明

                        Be more productive and stay focused with DistractBlock.

A simple, easy to use study aid to block distracting websites.

You can block sites individually or you can create a list of sites to block in a single click.

Sites continue to be blocked until the user selected timer runs out.


Please do not hesitate to email me any issues/suggestions you have before giving negative feedback!
I will try and fix issues ASAP.                    

擴展基本資訊

名稱 DistractBlock DistractBlock
ID chkocephofomhgkamlgndfolgpgddhnf
官方網址 https://chrome.google.com/webstore/detail/distractblock/chkocephofomhgkamlgndfolgpgddhnf
簡介 Temporarily block websites - *** STUDY AID ***
檔案大小 153 KB
安裝次數 90
目前版本 1.1
更新時間 2017-03-08
上架時間 2017-03-08
評分 5.00/5 共 4 次評分
開發者 pandaDevs
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DistractBlock",
    "short_name": "DistractBlock",
    "description": "Temporarily block websites - *** STUDY AID ***",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icons\/not_active_64.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "32": "img\/icons\/active_32.png",
        "64": "img\/icons\/active_64.png",
        "128": "img\/icons\/active_128.png"
    },
    "web_accessible_resources": [
        "blocked.html"
    ],
    "permissions": [
        "webNavigation",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "declarativeContent",
        "storage"
    ]
}