Quick QRCode
A QRCode creator for Chrome
Quick QRCode là gì?
Quick QRCode là một tiện ích mở rộng Chrome được phát triển bởi chenzhiwei, và tính năng chính của nó là "A QRCode creator for Chrome".
Ả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 Quick QRCode
Tải xuống các tệp mở rộng Quick QRCode 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
Features ================= * Support context menus * Support custom content * Support running in offline mode * Support creating QRCode for pages, links, images, selected content Feedback ================= https://github.com/chenzhiwei/chrome-quick-qrcode Alternative ================= This one will generate the QR Code in the popup. https://chrome.google.com/webstore/detail/qr-code/cbimgpnbgalffiohilfglgkkhpegpjlo
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quick QRCode |
ID | ijoeanckpfaegjkbdmbihinbdpgpcbba |
URL Chính Thức | https://chromewebstore.google.com/detail/quick-qrcode/ijoeanckpfaegjkbdmbihinbdpgpcbba |
Mô tả | A QRCode creator for Chrome |
Kích Thước Tệp | 51.72 KB |
Số Lần Cài Đặt | 2,304 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2020-07-23 |
Ngày Phát Hành | 2015-03-04 |
Đánh Giá | 5.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | chenzhiwei |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/chenzhiwei/chrome-quick-qrcode |
URL Trang Trợ Giúp | https://github.com/chenzhiwei/chrome-quick-qrcode |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.4", "name": "Quick QRCode", "short_name": "Quick QRCode", "description": "__MSG_description__", "offline_enabled": true, "default_locale": "en", "icons": { "16": "icon\/quick-qrcode-16.png", "48": "icon\/quick-qrcode-48.png", "128": "icon\/quick-qrcode-128.png" }, "background": { "persistent": false, "scripts": [ "js\/event.js" ] }, "options_page": "index.html", "browser_action": { "default_title": "__MSG_title__", "default_icon": { "19": "icon\/quick-qrcode-19.png", "38": "icon\/quick-qrcode-38.png" } }, "permissions": [ "tabs", "contextMenus" ] } |