Keep Me On Task
This App will keep you on task
Keep Me On Taskとは何ですか?
Keep Me On TaskはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This App will keep you on task」です。
拡張機能のスクリーンショット
Keep Me On Task拡張機能のCRXファイルをダウンロード
Keep Me On Task拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension to keep help keep you on task. You add sites to the blacklist that you shouldn't go to and sites that are productive that you would like to go to. When you try to go to blacklisted sites, it will redirect you to a random whitelisted site.
拡張機能の基本情報
名前 | Keep Me On Task |
ID | hjldmhijkblkjgldpedblmegnofaican |
公式URL | https://chromewebstore.google.com/detail/keep-me-on-task/hjldmhijkblkjgldpedblmegnofaican |
説明 | This App will keep you on task |
ファイルサイズ | 124 KB |
インストール数 | 9 |
現在のバージョン | 1.0 |
最終更新日 | 2015-03-02 |
公開日 | 2015-03-01 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keep Me On Task", "description": "This App will keep you on task", "version": "1.0", "browser_action": { "default_icon": "OnTaskLogoRed.png", "default_title": "Keep Me On Task!" }, "background": { "persistent": true, "scripts": [ "background.js", "jquery-2.1.3.min.js" ] }, "permissions": [ "activeTab", "tabs", "storage", "identity", "http:\/\/104.236.56.129:4567\/*" ], "options_page": "options.html" } |