Smart QRCode
Smart QRCode
Τι είναι το Smart QRCode;
Το Smart QRCode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ethan, και η κύρια λειτουργία του είναι "Smart QRCode".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Smart QRCode
Λήψη αρχείων επέκτασης Smart QRCode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click. Additional options: * Five different QR code dimensions are supported, currently 220px, 380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference. * You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Smart QRCode |
ID | bpneiabdnfmenainoficenddegfhgedo |
Επίσημο URL | https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo |
Περιγραφή | Smart QRCode |
Μέγεθος Αρχείου | 25.63 KB |
Αριθμός Εγκαταστάσεων | 125 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2016-12-03 |
Ημερομηνία Δημοσίευσης | 2016-12-02 |
Αξιολόγηση | 4.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | ethan |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart QRCode", "description": "Smart QRCode", "version": "1.0", "author": "Ethan", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |