BrickFinder

Find information about LEGO(r) set.

BrickFinder क्या है?

BrickFinder Wojciech Nowak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find information about LEGO(r) set."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BrickFinder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}