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
公式URL 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"
    ]
}