Smart QRCode
Smart QRCode
Smart QRCode là gì?
Smart QRCode là một tiện ích mở rộng Chrome được phát triển bởi ethan, và tính năng chính của nó là "Smart QRCode".
Ả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 Smart QRCode
Tải xuống các tệp mở rộng Smart 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
Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click. Additional options: * Five different QR code dimensions are supported, currently 220px, 380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference. * You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Smart QRCode |
ID | bpneiabdnfmenainoficenddegfhgedo |
URL Chính Thức | https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo |
Mô tả | Smart QRCode |
Kích Thước Tệp | 25.63 KB |
Số Lần Cài Đặt | 125 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-12-03 |
Ngày Phát Hành | 2016-12-02 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ethan |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart QRCode", "description": "Smart QRCode", "version": "1.0", "author": "Ethan", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |