BrickFinder

Find information about LEGO(r) set.

什么是BrickFinder?

BrickFinder是由Wojciech Nowak开发的Chrome扩展程序,该扩展的主要功能是“Find information about LEGO(r) set.”。

扩展截图

screenshot
screenshot

下载BrickFinder扩展crx文件

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

扩展使用说明

                        This extension allows you to find information about LEGO(r) sets in two ways:
1) Select set number on a page, then use a context menu to open a page of your interest.
2) Double click on a set number and wait for a new window to load.

You can choose which pages are available for use or try to add your own.
Available pages:
Bricklink.com (default), Brickset.com (default), Amazon, Ebay, Allegro.

In case of any questions or issues please contact me directly or on github.                    

扩展基本信息

名称 BrickFinder BrickFinder
ID hieflnlieaipflhjenpbapkljiabhdbk
官方URL https://chromewebstore.google.com/detail/brickfinder/hieflnlieaipflhjenpbapkljiabhdbk
简介 Find information about LEGO(r) set.
文件大小 92.05 KB
安装次数 99
当前版本 1.30
更新时间 2023-05-28
上架时间 2018-06-03
开发者 Wojciech Nowak
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/WojciechNowak/BrickFinder
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BrickFinder",
    "description": "Find information about LEGO(r) set.",
    "author": "Wojciech Nowak",
    "version": "1.30",
    "background": {
        "persistent": false,
        "css": [
            "css\/styles.css"
        ],
        "scripts": [
            "js\/common.js",
            "js\/pageCreator.js",
            "js\/eventListener.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "icons": {
        "128": "css\/icon128.png"
    }
}