QR Code Creator
Quickly send viewing web page or any other text to your mobile using QR code.
Τι είναι το QR Code Creator;
Το QR Code Creator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PixelOwner, και η κύρια λειτουργία του είναι "Quickly send viewing web page or any other text to your mobile using QR code.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης QR Code Creator
Λήψη αρχείων επέκτασης QR Code Creator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
How often does it happen, when you want to send something very quickly into your phone from the web browser? Now it is very easy. Just click the extension button, point your camera on the generated QR code and scan it. Woala, link to the viewing web page is in your phone. You can even share any text, just type it into the field on the bottom of the extension and press the submit button. Also you can scan generated QR codes.
Βασικές Πληροφορίες Επέκτασης
Όνομα | QR Code Creator |
ID | addgaohhlahfdofpaplmeknphfoafeoc |
Επίσημο URL | https://chromewebstore.google.com/detail/qr-code-creator/addgaohhlahfdofpaplmeknphfoafeoc |
Περιγραφή | Quickly send viewing web page or any other text to your mobile using QR code. |
Μέγεθος Αρχείου | 160 KB |
Αριθμός Εγκαταστάσεων | 1,850 |
Τρέχουσα Έκδοση | 2 |
Τελευταία Ενημέρωση | 2013-09-22 |
Ημερομηνία Δημοσίευσης | 2013-09-22 |
Αξιολόγηση | 4.52/5 Συνολικά 21 Αξιολογήσεις |
Προγραμματιστής | PixelOwner |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Creator", "version": "2", "icons": { "16": "img\/icon-16.png", "24": "img\/icon-24.png", "48": "img\/icon-48.png", "256": "img\/icon-256.png" }, "description": "Quickly send viewing web page or any other text to your mobile using QR code.", "browser_action": { "default_icon": "img\/icon-16.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |