Timer
A chrome extension that allows you to set timer and alert
Timerとは何ですか?
TimerはThu Nguyenによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension that allows you to set timer and alert」です。
拡張機能のスクリーンショット
Timer拡張機能のCRXファイルをダウンロード
Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A basic timer with sound and notifications. Can set time up to hours as 拡張機能の基本情報
| 名前 | |
| ID | jeeccbgpjcoijhgboccheomodgnhaddi |
| 公式URL | https://chromewebstore.google.com/detail/timer/jeeccbgpjcoijhgboccheomodgnhaddi |
| 説明 | A chrome extension that allows you to set timer and alert |
| ファイルサイズ | 297 KB |
| インストール数 | 422 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2016-11-11 |
| 公開日 | 2016-11-10 |
| 評価 | 4.25/5 合計 4 レビュー |
| 開発者 | Thu Nguyen |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Timer",
"version": "1.0.0",
"description": "A chrome extension that allows you to set timer and alert",
"author": "ThuNguyen",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html",
"default_title": "Set!"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"notifications"
]
} | |