BrickFinder

Find information about LEGO(r) set.

BrickFinderคืออะไร?

BrickFinder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wojciech Nowak และคุณลักษณะหลักของมันคือ "Find information about LEGO(r) set."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BrickFinder

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}