Brickseek
Adds 'Open in Brickseek' button to Walmart product pages
ما هو Brickseek؟
Brickseek هو إضافة Chrome تم تطويرها بواسطة andrew-ma، والميزة الرئيسية لها هي "Adds 'Open in Brickseek' button to Walmart product pages".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Brickseek
قم بتنزيل ملفات الامتداد Brickseek بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This adds a green "Open in Brickseek" button when on a Walmart product page.
معلومات أساسية عن التمديد
الاسم | |
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" ] } ] } |