Tea Timer
This extension is a simple timer (mostly used for tea infusion)
What is Tea Timer?
Tea Timer is a Chrome extension developed by daniele.armellini, and its main feature is "This extension is a simple timer (mostly used for tea infusion)".
Download Tea Timer Extension CRX File
Download Tea Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Tea Timer |
ID | jpabmnfmofgmaabbhjifhnkjoaepmkpb |
Official URL | https://chromewebstore.google.com/detail/tea-timer/jpabmnfmofgmaabbhjifhnkjoaepmkpb |
Description | This extension is a simple timer (mostly used for tea infusion) |
File Size | 36.87 KB |
Installation Count | 48 |
Current Version | 1.0 |
Last Updated | 2017-11-01 |
Publish Date | 2017-11-01 |
Rating | 4.70/5 Total 10 Ratings |
Developer | daniele.armellini |
Payment Type | free |
Supported Languages | 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" ] } |