QR it!
This extension shows the QR code of the current URL address.
Τι είναι το QR it!;
Το QR it! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://malva.altervista.org, και η κύρια λειτουργία του είναι "This extension shows the QR code of the current URL address.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης QR it!
Λήψη αρχείων επέκτασης QR it! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
QR it! is a simple and cute qrcode generator. This extension converts the actual URL in the adress bar, in a smartphone or table readable qr code. Tired of typing long adresses on that tiny phone keyboard of yours? Of emailing yourself links? QR it! is for you.
Βασικές Πληροφορίες Επέκτασης
Όνομα | QR it! |
ID | cbbanapabopdclniplcfanpepneilmfj |
Επίσημο URL | https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj |
Περιγραφή | This extension shows the QR code of the current URL address. |
Μέγεθος Αρχείου | 57.31 KB |
Αριθμός Εγκαταστάσεων | 29 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2019-04-13 |
Ημερομηνία Δημοσίευσης | 2019-04-13 |
Προγραμματιστής | https://malva.altervista.org |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR it!", "description": "This extension shows the QR code of the current URL address.", "version": "1.1", "options_page": "options\/options.html", "icons": { "19": "images\/qrcode19.png", "38": "images\/qrcode38.png", "48": "images\/qrcode48.png", "128": "images\/qrcode128.png" }, "browser_action": { "default_icon": "images\/qrcode.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/" ], "js": [ "js\/jquery.min.js", "js\/jquery.qrcode.min.js", "popup.js", "options\/options.js" ] } ] } |