QR Code Generator
This extension quickly generates a QR Code for url of the current tab.
QR Code Generator là gì?
QR Code Generator là một tiện ích mở rộng Chrome được phát triển bởi https://webplusdevelopers.com, và tính năng chính của nó là "This extension quickly generates a QR Code for url of the current tab.".
Ả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 Generator
Tải xuống các tệp mở rộng QR Code Generator 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
Quickly generate a QR Code for the URL of the current tab. To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | QR Code Generator |
ID | kndijjedkgagpeefiinpggmfedeigedm |
URL Chính Thức | https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm |
Mô tả | This extension quickly generates a QR Code for url of the current tab. |
Kích Thước Tệp | 53.81 KB |
Số Lần Cài Đặt | 223 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-08-15 |
Ngày Phát Hành | 2014-08-15 |
Nhà Phát Triển | https://webplusdevelopers.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "author": "Josephus Paye II", "description": "This extension quickly generates a QR Code for url of the current tab.", "version": "1.0", "icons": { "128": "images\/icon_128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Generate QR Code" } } |