URL to QR code
This extension generate QR-code with URL of current openned page.
Cos'è URL to QR code?
URL to QR code è un'estensione di Chrome sviluppata da https://michurin.github.io, e la sua funzione principale è "This extension generate QR-code with URL of current openned page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione URL to QR code
Scarica i file di estensione URL to QR code in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Еxtension to view URL of current opened page as QR code. It is the simplest way to carry URL from you browser to your (or someone's) mobile device. You can customize - size of image and - error correction levels. And also you can setup URL parts substitutions. For example, extension can automaticaly change http://bbc.com/page to http://m.bbc.com/page. Visit the options page to use these features.
Informazioni di Base sull'Estensione
Nome | URL to QR code |
ID | ocilemcdjpkpmopdbehigobfjaepcnmm |
URL Ufficiale | https://chromewebstore.google.com/detail/url-to-qr-code/ocilemcdjpkpmopdbehigobfjaepcnmm |
Descrizione | This extension generate QR-code with URL of current openned page. |
Dimensione del File | 11.55 KB |
Conteggio Installazioni | 353 |
Versione Corrente | 0.4.0.0 |
Ultimo Aggiornamento | 2014-08-18 |
Data di Pubblicazione | 2014-08-18 |
Sviluppatore | https://michurin.github.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/michurin/chrome-extension-url-to-qrcode |
URL della Pagina di Aiuto | https://github.com/michurin/chrome-extension-url-to-qrcode |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QR code", "version": "0.4.0.0", "description": "This extension generate QR-code with URL of current openned page.", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Generate QR code", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "https:\/\/chart.googleapis.com\/", "activeTab", "storage" ], "short_name": "URL 2 QR", "author": "Alexey Michurin |