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.

What is Custom Chrome Extension Tools - Chromane?

Custom Chrome Extension Tools - Chromane is a Chrome extension developed by https://chromane.com, and its main feature is "Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Custom Chrome Extension Tools - Chromane Extension CRX File

Download Custom Chrome Extension Tools - Chromane 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

                        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.                    

Extension Basic Information

Name Custom Chrome Extension Tools - Chromane Custom Chrome Extension Tools - Chromane
ID niicafcjnknfegkpnfjchecodeodemfc
Official URL https://chromewebstore.google.com/detail/custom-chrome-extension-t/niicafcjnknfegkpnfjchecodeodemfc
Description Save time and money by automating repetitive tasks and extending websites your business reliese on with a set of easy to use tools.
File Size 231 KB
Installation Count 59
Current Version 1.0.1.2
Last Updated 2024-03-01
Publish Date 2023-08-16
Rating 5.00/5 Total 8 Ratings
Developer https://chromane.com
Email [email protected]
Payment Type free
Extension Website https://chromane.com
Privacy Policy Page URL https://chromane.com/chromane-privacy-policy
Supported Languages 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"
}