BrickFinder

Find information about LEGO(r) set.

BrickFinder là gì?

BrickFinder là một tiện ích mở rộng Chrome được phát triển bởi Wojciech Nowak, và tính năng chính của nó là "Find information about LEGO(r) set.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BrickFinder

Tải xuống các tệp mở rộng BrickFinder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BrickFinder BrickFinder
ID hieflnlieaipflhjenpbapkljiabhdbk
URL Chính Thức https://chromewebstore.google.com/detail/brickfinder/hieflnlieaipflhjenpbapkljiabhdbk
Mô tả Find information about LEGO(r) set.
Kích Thước Tệp 92.05 KB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 1.30
Cập Nhật Lần Cuối 2023-05-28
Ngày Phát Hành 2018-06-03
Nhà Phát Triển Wojciech Nowak
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/WojciechNowak/BrickFinder
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}