Qcart

Install the Qcart extension to add any recipe to your shopping cart!

Qcartとは何ですか?

Qcartはhttps://qcart.appによって開発されたChromeの拡張機能で、その主な機能は「Install the Qcart extension to add any recipe to your shopping cart!」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Qcart拡張機能のCRXファイルをダウンロード

Qcart拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With this extension you can transform any recipe on the web into ingredients and add it to the supermarket shopping cart.
You can add several recipes and the amounts of the ingredients will be consolidated automatically.                    

拡張機能の基本情報

名前 Qcart Qcart
ID idegodhldoejcbbgcidcgmdclilhjgpk
公式URL https://chromewebstore.google.com/detail/qcart/idegodhldoejcbbgcidcgmdclilhjgpk
説明 Install the Qcart extension to add any recipe to your shopping cart!
ファイルサイズ 143 KB
インストール数 39
現在のバージョン 23.05.17.13
最終更新日 2023-05-18
公開日 2021-09-04
開発者 https://qcart.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://qcart.app
ヘルプページのURL https://www.facebook.com/groups/qcartapp
プライバシーポリシーページのURL https://comoquiero.net/policy.html
対応言語 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "23.05.17.13",
    "name": "Qcart",
    "default_locale": "es",
    "description": "__MSG_manifestDescription__",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png",
        "1024": "images\/icon_1024.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content_scripts\/btn.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "btn.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/comoquiero.net\/*",
            "*:\/\/*.comoquiero.net\/*",
            "*:\/\/comoquiero.cl\/*",
            "*:\/\/*.comoquiero.cl\/*",
            "*:\/\/comoquiero.abc\/*",
            "*:\/\/*.comoquiero.abc\/*",
            "*:\/\/qcart.app\/*",
            "*:\/\/*.qcart.app\/*",
            "*:\/\/qcart.abc\/*",
            "*:\/\/*.qcart.abc\/*"
        ]
    },
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1iOw+nrmNeipt18CBqsM1X6KRExeFLJygCbrFrQZYtDceE3MxG96oumTVuV+hZlHDRUnk33Aj3YzKTyRnMUCix81HuvdeVx6np+lhO37vz7NnyqFBUAetB3CeJaYswU9hztzDfHGpQDugEpZdwHz5EynxheNale70jW+i0KKS6LkUW7HNNxWJyJ\/bBMGeUS8sHJnKPeOzeDoUTguhSJ959BGRdL+KkQAcdnUqNXBFTtHwcZDgyPAOe539rJQ0AKAprAI8rZqti0TCpt66S\/qdFbSQAhrBHOqPzbED2fCBMN0k\/XiWtxbshS\/QXvalp\/t6A99G6yYfO0LOyHVm14pLwIDAQAB"
}