BrickLink Helper Chrome Extension

Add some new features on top of the existing site.

什么是BrickLink Helper Chrome Extension?

BrickLink Helper Chrome Extension是由pricco开发的Chrome扩展程序,该扩展的主要功能是“Add some new features on top of the existing site.”。

扩展截图

screenshot
screenshot

下载BrickLink Helper Chrome Extension扩展crx文件

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

扩展使用说明

                        2020-11-29
* Bulk duplicate for Wanted Lists

2020-02-25
* Bulk delete for Wanted Lists
* Merge wanted lists
* Force page size for Wanted List's detail page                    

扩展基本信息

名称 BrickLink Helper Chrome Extension BrickLink Helper Chrome Extension
ID jhjcnccenajddejmnjjopbaakomhakco
官方URL https://chromewebstore.google.com/detail/bricklink-helper-chrome-e/jhjcnccenajddejmnjjopbaakomhakco
简介 Add some new features on top of the existing site.
文件大小 1012 KB
安装次数 222
当前版本 0.0.2
更新时间 2020-11-29
上架时间 2020-04-25
评分 5.00/5 共2次评分
开发者 pricco
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/pricco/bricklink-helper-chrome-extension
帮助页面URL https://github.com/pricco/bricklink-helper-chrome-extension/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BrickLink Helper Chrome Extension",
    "description": "Add some new features on top of the existing site.",
    "version": "0.0.2",
    "icons": {
        "16": "icon16x.png",
        "48": "icon48x.png",
        "128": "icon128x.png"
    },
    "options_page": "index.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bricklink.com\/*"
            ],
            "css": [
                "static\/css\/main.css"
            ],
            "js": [
                "static\/js\/main.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}