Tea Timer
This extension is a simple timer (mostly used for tea infusion)
Tea Timerとは何ですか?
Tea Timerはdaniele.armelliniによって開発されたChromeの拡張機能で、その主な機能は「This extension is a simple timer (mostly used for tea infusion)」です。
Tea Timer拡張機能のCRXファイルをダウンロード
Tea Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | jpabmnfmofgmaabbhjifhnkjoaepmkpb |
| 公式URL | https://chromewebstore.google.com/detail/tea-timer/jpabmnfmofgmaabbhjifhnkjoaepmkpb |
| 説明 | This extension is a simple timer (mostly used for tea infusion) |
| ファイルサイズ | 36.87 KB |
| インストール数 | 48 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2017-11-01 |
| 公開日 | 2017-11-01 |
| 評価 | 4.70/5 合計 10 レビュー |
| 開発者 | daniele.armellini |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tea Timer",
"short_name": "Tea Timer",
"description": "This extension is a simple timer (mostly used for tea infusion)",
"version": "1.0",
"author": "Daniele Armellini",
"icons": {
"128": "tea-ended.png"
},
"browser_action": {
"default_icon": "tea-normal.png",
"default_popup": "popup.html",
"default_title": "Click here!"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"notifications",
"storage"
]
} | |