Simple Timer
Shows an alert after predetermined number of minutes
Simple Timerとは何ですか?
Simple TimerはBuddhaによって開発されたChromeの拡張機能で、その主な機能は「Shows an alert after predetermined number of minutes」です。
拡張機能のスクリーンショット
Simple Timer拡張機能のCRXファイルをダウンロード
Simple Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Did you want to setup a reminder about how long you want to browse a website before starting it? Use Simple Timer. Right Click anywhere in chrome to see a Simple Timer context menu item. Enter number of minutes you want to be reminded after. You can use numbers like 1.5 to be reminded after 90 seconds. Icon Designed by https://www.iconfinder.com/denir
拡張機能の基本情報
名前 | |
ID | emmpnaoanpjpdeohclgcijidniippdfb |
公式URL | https://chrome.google.com/webstore/detail/simple-timer/emmpnaoanpjpdeohclgcijidniippdfb |
説明 | Shows an alert after predetermined number of minutes |
ファイルサイズ | 11.67 KB |
インストール数 | 124 |
現在のバージョン | 1.0 |
最終更新日 | 2015-09-06 |
公開日 | 2015-09-06 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | Buddha |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Timer", "description": "Shows an alert after predetermined number of minutes", "version": "1.0", "background": { "scripts": [ "eventPage.js" ], "persistent": true }, "icons": { "16": "timer20.png", "48": "timer48.png", "128": "timer128.png" }, "permissions": [ "storage", "notifications", "contextMenus" ] } |