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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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"
}