URL 2 QR Code
This extension displays the URL as a QR Code for easy mobile transfer.
Τι είναι το URL 2 QR Code;
Το URL 2 QR Code είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://lisaapps.com, και η κύρια λειτουργία του είναι "This extension displays the URL as a QR Code for easy mobile transfer.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης URL 2 QR Code
Λήψη αρχείων επέκτασης URL 2 QR Code σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Have you ever tried copying a URL from your laptop or desktop computer to your tablet or smartphone? I would copy the url and then email it to myself! What a pain in the butt! So I created: "One-Click URL2QRCODE" One-Click URL2QRCODE is a chrome browser extension that allows you to turn your current tab URL into a QRCode for easy scanning through your camera capable tablet or smart phone.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nnegakkhkafagagmedecbbcjcjmonkgb |
Επίσημο URL | https://chrome.google.com/webstore/detail/url-2-qr-code/nnegakkhkafagagmedecbbcjcjmonkgb |
Περιγραφή | This extension displays the URL as a QR Code for easy mobile transfer. |
Μέγεθος Αρχείου | 7.75 KB |
Αριθμός Εγκαταστάσεων | 24 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2013-12-11 |
Ημερομηνία Δημοσίευσης | 2013-12-11 |
Προγραμματιστής | http://lisaapps.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL 2 QR Code", "short_name": "URL2QRCode", "description": "This extension displays the URL as a QR Code for easy mobile transfer.", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/qrcode.kaywa.com\/", "tabs", "contentSettings", "background" ] } |