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