BrickLink Helper Chrome Extension
Add some new features on top of the existing site.
BrickLink Helper Chrome Extension là gì?
BrickLink Helper Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi pricco, và tính năng chính của nó là "Add some new features on top of the existing site.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BrickLink Helper Chrome Extension
Tải xuống các tệp mở rộng BrickLink Helper Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BrickLink Helper Chrome Extension |
ID | jhjcnccenajddejmnjjopbaakomhakco |
URL Chính Thức | https://chromewebstore.google.com/detail/bricklink-helper-chrome-e/jhjcnccenajddejmnjjopbaakomhakco |
Mô tả | Add some new features on top of the existing site. |
Kích Thước Tệp | 1012 KB |
Số Lần Cài Đặt | 222 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2020-11-29 |
Ngày Phát Hành | 2020-04-25 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | pricco |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pricco/bricklink-helper-chrome-extension |
URL Trang Trợ Giúp | https://github.com/pricco/bricklink-helper-chrome-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |