Quanzoom extension

Add 'Add to Quanzoom' button into amazon.com, redbubble.com, teepublic.com site

什么是Quanzoom extension?

Quanzoom extension是由manhnguyentien270489开发的Chrome扩展程序,该扩展的主要功能是“Add 'Add to Quanzoom' button into amazon.com, redbubble.com, teepublic.com site”。

扩展截图

screenshot

下载Quanzoom extension扩展crx文件

下载Quanzoom extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension help users to copy Merch by Amazon product links to clipboard                    

扩展基本信息

名称 Quanzoom extension Quanzoom extension
ID ijcljeldmhnbpnfcpdafbaaafiiebebm
官方URL https://chromewebstore.google.com/detail/quanzoom-extension/ijcljeldmhnbpnfcpdafbaaafiiebebm
简介 Add 'Add to Quanzoom' button into amazon.com, redbubble.com, teepublic.com site
文件大小 56.91 KB
安装次数 109
当前版本 1.3
更新时间 2023-09-10
上架时间 2023-08-22
评分 5.00/5 共1次评分
开发者 manhnguyentien270489
电子邮箱 [email protected]
付费类型 free
支持的语言 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quanzoom extension",
    "version": "1.3",
    "description": "Add 'Add to Quanzoom' button into amazon.com, redbubble.com, teepublic.com site",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/util.js",
                "scripts\/amazon.js",
                "scripts\/redbubble.js",
                "scripts\/teepublic.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.redbubble.com\/*",
                "https:\/\/www.teepublic.com\/*"
            ]
        }
    ]
}