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.
What is QR Code Generator?
QR Code Generator is a Chrome extension developed by https://www.hitslink.com, and its main feature is "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.".
Extension Screenshots
Download QR Code Generator Extension CRX File
Download QR Code Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | QR Code Generator |
ID | debbcngjakfaeecpdlfpoobcknkljiod |
Official URL | https://chromewebstore.google.com/detail/qr-code-generator/debbcngjakfaeecpdlfpoobcknkljiod |
Description | Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers. |
File Size | 84.42 KB |
Installation Count | 353 |
Current Version | 1.1 |
Last Updated | 2013-03-07 |
Publish Date | 2013-03-07 |
Rating | 3.67/5 Total 6 Ratings |
Developer | https://www.hitslink.com |
Payment Type | free |
Extension Website | http://www.hitslink.com |
Supported Languages | 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" } } |