QR Code Generator
The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.
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 limepix, và tính năng chính của nó là "The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.".
Ả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
The QR Code Generator is a simple and easy to use Chrome Extension, that gives you the possibilities to create different types of QR Codes as PNG images. The currently available types are: * Text * URL * SMS * Phone / Dial * Email * Geolocation * WiFi Network Identification * Contact Have fun :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bgljigeecopfljpcfbihbgdbmmhigmip |
URL Chính Thức | https://chrome.google.com/webstore/detail/qr-code-generator/bgljigeecopfljpcfbihbgdbmmhigmip |
Mô tả | The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts. |
Kích Thước Tệp | 411 KB |
Số Lần Cài Đặt | 255 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2014-07-16 |
Ngày Phát Hành | 2014-07-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | limepix |
[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", "short_name": "QRcodegen", "description": "The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.", "version": "1.2", "permissions": [ "http:\/\/devshots.org\/" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png", "48": "images\/logo_48.png" }, "default_title": "Generate a QR code", "default_popup": "html\/popup.html" } } |