Stay On Task

This extension blocks websites you don't want to visit, as well as providing a to-do list.

什麼是Stay On Task?

Stay On Task是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension blocks websites you don't want to visit, as well as providing a to-do list.”。

擴展截圖

screenshot
screenshot

下載Stay On Task擴展crx文件

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

擴展使用說明

                        Stay On Task when you browse the Internet. Block any website of your choosing, as well as create a To-do List with time limits. 

Open a new tab, and click on the browser action on the top right of the tab to toggle the menu.                    

擴展基本資訊

名稱 Stay On Task Stay On Task
ID ihopiehopegcihbohemjoicccjdhgnoc
官方網址 https://chromewebstore.google.com/detail/stay-on-task/ihopiehopegcihbohemjoicccjdhgnoc
簡介 This extension blocks websites you don't want to visit, as well as providing a to-do list.
檔案大小 1.41 MB
安裝次數 35
目前版本 0.0.0.3
更新時間 2017-07-16
上架時間 2017-07-16
評分 3.00/5 共 2 次評分
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stay On Task",
    "description": "This extension blocks websites you don't want to visit, as well as providing a to-do list.",
    "version": "0.0.0.3",
    "browser_action": {
        "default_icon": "exclaim-icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "sidenav.css"
            ],
            "js": [
                "jquery.js",
                "sidenav.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "sidenav.html"
    ]
}