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;
Το QR Code Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.hitslink.com, και η κύρια λειτουργία του είναι "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης QR Code Generator
Λήψη αρχείων επέκτασης QR Code Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | QR Code Generator |
ID | debbcngjakfaeecpdlfpoobcknkljiod |
Επίσημο URL | https://chromewebstore.google.com/detail/qr-code-generator/debbcngjakfaeecpdlfpoobcknkljiod |
Περιγραφή | Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers. |
Μέγεθος Αρχείου | 84.42 KB |
Αριθμός Εγκαταστάσεων | 353 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2013-03-07 |
Ημερομηνία Δημοσίευσης | 2013-03-07 |
Αξιολόγηση | 3.67/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | https://www.hitslink.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.hitslink.com |
Υποστηριζόμενες Γλώσσες | 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" } } |