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.
Co je QR Code Generator?
QR Code Generator je rozšíření Chrome vyvinuté https://www.hitslink.com, a jeho hlavní funkcí je „Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření QR Code Generator
Stáhněte si soubory rozšíření QR Code Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | QR Code Generator |
ID | debbcngjakfaeecpdlfpoobcknkljiod |
Oficiální URL | https://chromewebstore.google.com/detail/qr-code-generator/debbcngjakfaeecpdlfpoobcknkljiod |
Popis | Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers. |
Velikost souboru | 84.42 KB |
Počet instalací | 353 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2013-03-07 |
Datum Vydání | 2013-03-07 |
Hodnocení | 3.67/5 Celkem 6 Hodnocení |
Vývojář | https://www.hitslink.com |
Typ Platby | free |
Webové stránky Rozšíření | http://www.hitslink.com |
Podporované Jazyky | 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" } } |