QRtag.net - The QR Code Generator
Generates an QR Code of the current page.
QRtag.net - The QR Code Generator là gì?
QRtag.net - The QR Code Generator là một tiện ích mở rộng Chrome được phát triển bởi https://www.qrtag.net, và tính năng chính của nó là "Generates an QR Code of the current page.".
Ả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 QRtag.net - The QR Code Generator
Tải xuống các tệp mở rộng QRtag.net - The 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
Did you ever been on a webpage that you wanted to check on your mobile device? Or did you ever been in a situation where you wanted to share a url with someone next to you? Well this extension may offer a solution. With just one click we created a small and easy readable QR code of the current page. Nothing more and nothing less ;)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | QRtag.net - The QR Code Generator |
ID | pokbnfbfgmoimplmmbgdaldkbfdnllpc |
URL Chính Thức | https://chromewebstore.google.com/detail/qrtagnet-the-qr-code-gene/pokbnfbfgmoimplmmbgdaldkbfdnllpc |
Mô tả | Generates an QR Code of the current page. |
Kích Thước Tệp | 31.27 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2020-07-17 |
Ngày Phát Hành | 2019-11-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.qrtag.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.qrtag.net/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QRtag.net - The QR Code Generator", "short_name": "QRtag.net", "description": "Generates an QR Code of the current page.", "version": "1.0.5", "manifest_version": 2, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png", "256": "icon_256.png", "512": "icon_512.png" }, "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |