BrickFinder

Find information about LEGO(r) set.

BrickFinder란 무엇입니까?

BrickFinder은(는) Wojciech Nowak에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find information about LEGO(r) set."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BrickFinder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}