Little Timer
Only 8 type timers
Little Timerとは何ですか?
Little Timerはnewstepによって開発されたChromeの拡張機能で、その主な機能は「Only 8 type timers」です。
拡張機能のスクリーンショット
Little Timer拡張機能のCRXファイルをダウンロード
Little Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features - Set timer by one click. - Notify by new tab after the time has elapsed. - Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes. - Remaining time is displayed on the right bottom of the icon. - Notify with a message if you enter a message.
拡張機能の基本情報
名前 | |
ID | hoojobmcgpegpdbaagmopahobnnnhhmh |
公式URL | https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh |
説明 | Only 8 type timers |
ファイルサイズ | 20.62 KB |
インストール数 | 374 |
現在のバージョン | 1.2.0 |
最終更新日 | 2017-02-07 |
公開日 | 2017-02-07 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | newstep |
支払い方法 | free |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Little Timer", "description": "__MSG_extDescription__", "version": "1.2.0", "manifest_version": 2, "browser_action": { "default_icon": { "16": "timer16.png", "19": "timer19.png", "128": "timer128.png" }, "default_title": "Little Timer", "default_popup": "popup.html" }, "default_locale": "en", "permissions": [ "tabs", "http:\/\/*\/*", "background" ], "icons": { "19": "timer19.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |