Thyme
Chrome Extension for controlling Thyme
什麼是Thyme?
Thyme是由Gaya Kessler開發的Chrome擴展程式,該擴展的主要功能是“Chrome Extension for controlling Thyme”。
擴展截圖
下載Thyme擴展crx文件
下載Thyme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Thyme |
ID | folhcadkkopbibfggjpoekbiblicffic |
官方網址 | https://chromewebstore.google.com/detail/thyme/folhcadkkopbibfggjpoekbiblicffic |
簡介 | Chrome Extension for controlling Thyme |
檔案大小 | 1.25 MB |
安裝次數 | 28 |
目前版本 | 1.1.0 |
更新時間 | 2019-02-28 |
上架時間 | 2019-02-28 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Gaya Kessler |
付費類型 | free |
擴展官網 | https://usethyme.com |
說明頁面URL | https://usethyme.com/documentation |
支援的語言 | 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" } } |