Custom Chrome Extension Tools - Chromane
Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.
什么是Custom Chrome Extension Tools - Chromane?
Custom Chrome Extension Tools - Chromane是由https://chromane.com开发的Chrome扩展程序,该扩展的主要功能是“Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.”。
扩展截图
下载Custom Chrome Extension Tools - Chromane扩展crx文件
下载Custom Chrome Extension Tools - Chromane扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chromane is a chrome extension which serves as a container for simple easy-to-use tools that can save you time and money by automating repetitive tasks and improving websites you often use.
扩展基本信息
名称 | Custom Chrome Extension Tools - Chromane |
ID | niicafcjnknfegkpnfjchecodeodemfc |
官方URL | https://chromewebstore.google.com/detail/custom-chrome-extension-t/niicafcjnknfegkpnfjchecodeodemfc |
简介 | Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools. |
文件大小 | 231 KB |
安装次数 | 59 |
当前版本 | 1.0.1.2 |
更新时间 | 2024-03-01 |
上架时间 | 2023-08-16 |
评分 | 5.00/5 共8次评分 |
开发者 | https://chromane.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://chromane.com |
隐私政策页面URL | https://chromane.com/chromane-privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "102", "name": "Custom Chrome Extension Tools - Chromane", "description": "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.", "icons": { "128": "\/img\/logo-128.png" }, "action": { "default_icon": "\/img\/logo-128.png" }, "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "activeTab", "storage", "scripting", "contextMenus" ], "optional_host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "extension_ids": [] } ], "version": "1.0.1.2" } |