QR Code Generator
Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.
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://www.hitslink.com, và tính năng chính của nó là "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.".
Ả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 easiest way to get QR codes from URLs (also free text and phone numbers). Read the QR code generated with a smartphone or other device to automatically navigate to the URL or call the number. To read the QR code, use a QR code reader app. They are widely available on Android, IOS and most other platforms. A QR code (abbreviated from Quick Response Code) is the trademark for a type of matrix barcode (or two-dimensional bar code). The code consists of black modules (square dots) arranged in a square grid on a white background. The information encoded may be made up of four standardized types ("modes") of data (numeric, alphanumeric, byte / binary, Kanji) or, through supported extensions, virtually any type of data.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | QR Code Generator |
ID | debbcngjakfaeecpdlfpoobcknkljiod |
URL Chính Thức | https://chromewebstore.google.com/detail/qr-code-generator/debbcngjakfaeecpdlfpoobcknkljiod |
Mô tả | Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers. |
Kích Thước Tệp | 84.42 KB |
Số Lần Cài Đặt | 353 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2013-03-07 |
Ngày Phát Hành | 2013-03-07 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://www.hitslink.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.hitslink.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "background": { "scripts": [ "background.js" ] }, "description": "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.", "minimum_chrome_version": "17.0", "name": "QR Code Generator", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |