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 |
Eメール | [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" ] } ] } |