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
Eメール [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"
    }
}