Brickseek

Adds 'Open in Brickseek' button to Walmart product pages

Brickseek क्या है?

Brickseek andrew-ma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds 'Open in Brickseek' button to Walmart product pages"।

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

screenshot

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

crx प्रारूप में Brickseek एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This adds a green "Open in Brickseek" button when on a Walmart product page.                    

एक्सटेंशन की मूल जानकारी

नाम Brickseek Brickseek
ID fchidbgjeapefdgbgolpjpjbkbbjekfh
आधिकारिक URL https://chromewebstore.google.com/detail/brickseek/fchidbgjeapefdgbgolpjpjbkbbjekfh
विवरण Adds 'Open in Brickseek' button to Walmart product pages
फ़ाइल का आकार 14.36 KB
स्थापना संख्या 376
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-10-04
प्रकाशन तिथि 2021-10-04
डेवलपर andrew-ma
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/andrew-ma/brickseek
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brickseek",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Adds 'Open in Brickseek' button to Walmart product pages",
    "homepage_url": "https:\/\/github.com\/andrew-ma\/brickseek",
    "minimum_chrome_version": "74",
    "icons": {
        "48": "\/icon.png",
        "96": "\/[email protected]"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/www.walmart.com\/ip\/*"
            ],
            "js": [
                "\/brickseek.js"
            ],
            "css": [
                "\/brickseek.css"
            ]
        }
    ]
}