QR Code tool
The QR code tool generates a QR code based on the URL of the current page by default, and can also customize the content.
QR Code tool là gì?
QR Code tool là một tiện ích mở rộng Chrome được phát triển bởi https://tool-box.vip, và tính năng chính của nó là "The QR code tool generates a QR code based on the URL of the current page by default, and can also customize the content.".
Ả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 QR Code tool
Tải xuống các tệp mở rộng QR Code tool 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
A useful Chrome QR code extension: function list: 1. QR code generation, the default is to generate the address of the current active page 2. QR code download 3. QR code content reading, support local file upload and BASE64 content reading 4. Support the right-click QR code image analysis of the current page - Completely offline, no need to worry about privacy security leakage. - Support one-click download After installing the extension, click the QR code icon in the upper right corner to generate the QR code of the current page, or customize the content. For more tools, see https://www.g-json.cn
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | QR Code tool |
ID | lhlalkpebapgmcolecdeeikopddfkaoi |
URL Chính Thức | https://chromewebstore.google.com/detail/qr-code-tool/lhlalkpebapgmcolecdeeikopddfkaoi |
Mô tả | The QR code tool generates a QR code based on the URL of the current page by default, and can also customize the content. |
Kích Thước Tệp | 229 KB |
Số Lần Cài Đặt | 166 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-09-28 |
Ngày Phát Hành | 2020-12-09 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://tool-box.vip |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.tool-box.vip/tools/Qrcode |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,ca,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "manifest_version": 3, "version": "1.0.1", "default_locale": "en", "author": "Gene Yang", "description": "__MSG_description__", "homepage_url": "https:\/\/www.g-json.cn", "permissions": [ "tabs", "contextMenus" ], "icons": { "16": "icons\/i_16.png", "48": "icons\/i_48.png", "128": "icons\/i_128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_title": "__MSG_name__", "default_popup": "index.html", "default_icon": { "16": "icons\/i_16.png", "48": "icons\/i_48.png", "128": "icons\/i_128.png" } } } |