Timer
Stylish timer combined with stopwatch and alarm for your browser.
Timerとは何ですか?
TimerはKarlによって開発されたChromeの拡張機能で、その主な機能は「Stylish timer combined with stopwatch and alarm for your browser.」です。
拡張機能のスクリーンショット
Timer拡張機能のCRXファイルをダウンロード
Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Timer is a lite extension that let you easily setup multiple alarms, timers or stopwatch for yourself.
Simply open toolbar popup UI and then choose a desired tab. The first tab is for alarm adjustment. Simply click on the - add a new alarm - button to view the settings page. Then, add a name for the alarm and adjust date, hour and minute and at the end, click on the - save change - button.
Please note that, if you want to "repeat" the alarm weekly, please click on the - repeat weekly - button. There are also five different sounds available to choose from.
For timer and stopwatch, please perform the same procedure mentioned above for alarm 拡張機能の基本情報
| 名前 | |
| ID | ifgkgjaofnkgalclccdmlenkfffdgcdb |
| 公式URL | https://chromewebstore.google.com/detail/timer/ifgkgjaofnkgalclccdmlenkfffdgcdb |
| 説明 | Stylish timer combined with stopwatch and alarm for your browser. |
| ファイルサイズ | 2.89 MB |
| インストール数 | 24,378 |
| 現在のバージョン | 0.1.1 |
| 最終更新日 | 2018-03-15 |
| 公開日 | 2018-03-15 |
| 評価 | 4.41/5 合計 88 レビュー |
| 開発者 | Karl |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://eccorem.com/apps/timer.html |
| ヘルプページのURL | http://eccorem.com/apps/timer.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.1",
"manifest_version": 2,
"default_locale": "en",
"permissions": [
"storage",
"alarms"
],
"name": "__MSG_chrome_extension_name__",
"homepage_url": "http:\/\/eccorem.com\/apps\/timer.html",
"description": "__MSG_chrome_extension_description__",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "data\/popup\/popup.html",
"default_title": "__MSG_browser_action_title__",
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
}
},
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
} | |