Beautiful Tea Timer
Make the perfect cup of tea.
Beautiful Tea Timerとは何ですか?
Beautiful Tea TimerはEvade Appsによって開発されたChromeの拡張機能で、その主な機能は「Make the perfect cup of tea.」です。
拡張機能のスクリーンショット
Beautiful Tea Timer拡張機能のCRXファイルをダウンロード
Beautiful Tea Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Without a doubt the best and most beautiful tea timer for Chrome. Make the perfect cup of tea while working or browsing without worry. Set custom tea types and times for those exotic teas that you recently ordered from halfway around the world that need to be steeped for exactly 42 seconds. It's cool, I get it. You like to be the person drinking tea no one else can find. I'm right there with you. Now you can completely customize this timer for your needs. // NEW FEATURES \\ 1.4 - Added ability to customize the tea types, and steep times. Can now also hide tea types you don't use.
拡張機能の基本情報
名前 | Beautiful Tea Timer |
ID | heboljfihfjedjifgkjjjlnlflmphkon |
公式URL | https://chromewebstore.google.com/detail/beautiful-tea-timer/heboljfihfjedjifgkjjjlnlflmphkon |
説明 | Make the perfect cup of tea. |
ファイルサイズ | 1.1 MB |
インストール数 | 301 |
現在のバージョン | 1.4 |
最終更新日 | 2015-10-05 |
公開日 | 2015-10-05 |
評価 | 3.67/5 合計 6 レビュー |
開発者 | Evade Apps |
支払い方法 | free |
拡張機能のウェブサイト | http://evade.io |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Beautiful Tea Timer", "description": "Make the perfect cup of tea.", "version": "1.4", "icons": { "16": "assets\/images\/icon-16.png", "48": "assets\/images\/icon-48.png", "128": "assets\/images\/icon-128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "assets\/images\/icon-48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "assets\/js\/jquery-2.1.4.min.js", "assets\/js\/background.js" ] }, "permissions": [ "unlimitedStorage", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |