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 |
官方URL | 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" } } |