BrickLink Helper Chrome Extension
Add some new features on top of the existing site.
什麼是BrickLink Helper Chrome Extension?
BrickLink Helper Chrome Extension是由pricco開發的Chrome擴展程式,該擴展的主要功能是“Add some new features on top of the existing site.”。
擴展截圖
下載BrickLink Helper Chrome Extension擴展crx文件
下載BrickLink Helper Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
2020-11-29 * Bulk duplicate for Wanted Lists 2020-02-25 * Bulk delete for Wanted Lists * Merge wanted lists * Force page size for Wanted List's detail page
擴展基本資訊
名稱 | BrickLink Helper Chrome Extension |
ID | jhjcnccenajddejmnjjopbaakomhakco |
官方網址 | https://chromewebstore.google.com/detail/bricklink-helper-chrome-e/jhjcnccenajddejmnjjopbaakomhakco |
簡介 | Add some new features on top of the existing site. |
檔案大小 | 1012 KB |
安裝次數 | 222 |
目前版本 | 0.0.2 |
更新時間 | 2020-11-29 |
上架時間 | 2020-04-25 |
評分 | 5.00/5 共 2 次評分 |
開發者 | pricco |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/pricco/bricklink-helper-chrome-extension |
說明頁面URL | https://github.com/pricco/bricklink-helper-chrome-extension/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BrickLink Helper Chrome Extension", "description": "Add some new features on top of the existing site.", "version": "0.0.2", "icons": { "16": "icon16x.png", "48": "icon48x.png", "128": "icon128x.png" }, "options_page": "index.html", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.bricklink.com\/*" ], "css": [ "static\/css\/main.css" ], "js": [ "static\/js\/main.js" ] } ], "permissions": [ "storage" ] } |