Brickseek

Adds 'Open in Brickseek' button to Walmart product pages

Brickseekคืออะไร?

Brickseek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andrew-ma และคุณลักษณะหลักของมันคือ "Adds 'Open in Brickseek' button to Walmart product pages"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Brickseek ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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