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