Brickseek
Adds 'Open in Brickseek' button to Walmart product pages
什麼是Brickseek?
Brickseek是由andrew-ma開發的Chrome擴展程式,該擴展的主要功能是“Adds 'Open in Brickseek' button to Walmart product pages”。
擴展截圖
下載Brickseek擴展crx文件
下載Brickseek擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This adds a green "Open in Brickseek" button when on a Walmart product page.
擴展基本資訊
名稱 | |
ID | fchidbgjeapefdgbgolpjpjbkbbjekfh |
官方網址 | 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" ] } ] } |