Potato timer
This extension is for managing your working and break times
Potato timerとは何ですか?
Potato timerはgabrielfirmacionによって開発されたChromeの拡張機能で、その主な機能は「This extension is for managing your working and break times」です。
拡張機能のスクリーンショット
Potato timer拡張機能のCRXファイルをダウンロード
Potato timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have you ever wanted to take a break from work and just surf around the internet but at the same time making sure that you don't end up surfing the net the whole day? Here is Potato Timer! It gives you a 10minute break and it lets you know after time's up that you need to get back to work and not to be a POTATO!!
拡張機能の基本情報
名前 | Potato timer |
ID | cohpelnhkkflnlnkfadomkimmpejeifa |
公式URL | https://chromewebstore.google.com/detail/potato-timer/cohpelnhkkflnlnkfadomkimmpejeifa |
説明 | This extension is for managing your working and break times |
ファイルサイズ | 149 KB |
インストール数 | 15 |
現在のバージョン | 2.0 |
最終更新日 | 2016-01-28 |
公開日 | 2016-01-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | gabrielfirmacion |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Potato timer", "description": "This extension is for managing your working and break times", "version": "2.0", "browser_action": { "default_icon": "nopotato.png", "default_popup": "popup.html", "default_title": "No potato!" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentscript.js", "jquery-2.1.4.min.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |