Thyme
Chrome Extension for controlling Thyme
What is Thyme?
Thyme is a Chrome extension developed by Gaya Kessler, and its main feature is "Chrome Extension for controlling Thyme".
Extension Screenshots
Download Thyme Extension CRX File
Download Thyme 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 | Thyme |
ID | folhcadkkopbibfggjpoekbiblicffic |
Official URL | https://chromewebstore.google.com/detail/thyme/folhcadkkopbibfggjpoekbiblicffic |
Description | Chrome Extension for controlling Thyme |
File Size | 1.25 MB |
Installation Count | 28 |
Current Version | 1.1.0 |
Last Updated | 2019-02-28 |
Publish Date | 2019-02-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Gaya Kessler |
Payment Type | free |
Extension Website | https://usethyme.com |
Help Page URL | https://usethyme.com/documentation |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thyme", "version": "1.1.0", "description": "Chrome Extension for controlling Thyme", "manifest_version": 2, "permissions": [ "https:\/\/usethyme.com\/thyme", "tabs" ], "background": { "scripts": [ "dist\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "https:\/\/usethyme.com\/thyme\/*", "http:\/\/localhost\/*" ] }, "icons": { "16": "assets\/icon-16x16.png", "48": "assets\/icon-48x48.png", "128": "assets\/icon-128x128.png" } } |