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
官方網址 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
電子郵箱 [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"
}