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擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Tea Timer |
ID | jpabmnfmofgmaabbhjifhnkjoaepmkpb |
官方網址 | 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" ] } |