QR Code Generator
Create QR Code quickly
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://devehab.com, và tính năng chính của nó là "Create QR Code quickly".
Ả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
Create your own QR Codes! This App generates QR Codes from free text. Features: - Generating QR code quickly. - Material design user interface. - Generate QR code from text messages, phone numbers ,links. - Change the size QR code. - Save QR code on your device. - This app can be used even when there is no connection to the Internet. - Speed in the performance.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | QR Code Generator |
ID | eiopkgeeaokbolhdhfebipcneblkelcm |
URL Chính Thức | https://chromewebstore.google.com/detail/qr-code-generator/eiopkgeeaokbolhdhfebipcneblkelcm |
Mô tả | Create QR Code quickly |
Kích Thước Tệp | 694 KB |
Số Lần Cài Đặt | 1,679 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2016-05-04 |
Ngày Phát Hành | 2016-05-04 |
Đánh Giá | 4.63/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://devehab.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR Code Generator", "version": "1.0.4", "manifest_version": 2, "description": "Create QR Code quickly", "short_name": "Create QR Code", "offline_enabled": true, "default_locale": "en", "icons": { "16": "icon\/icon.png", "48": "icon\/icon.png", "128": "icon\/icon.png" }, "background": { "persistent": false, "scripts": [ "js\/event.js" ] }, "options_page": "index.html", "browser_action": { "default_title": "Quick QR Code", "default_icon": { "19": "icon\/icon.png", "38": "icon\/icon.png" } }, "permissions": [ "tabs", "contextMenus" ], "homepage_url": "http:\/\/devehab.com", "author": "Ehab Kahwati" } |