QR anything
Generate QR of anything instantly. Just right click and generate QR of images and links.
Cos'è QR anything?
QR anything è un'estensione di Chrome sviluppata da https://moin.im, e la sua funzione principale è "Generate QR of anything instantly. Just right click and generate QR of images and links.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QR anything
Scarica i file di estensione QR anything 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
A light-weight extension to create QR codes of anything. It generates the QR instantly.
Currently supports:
- Links
- Text
- Images
Just right click on whatever you need the QR for and select 'QR this'. You'll see the QR right away.
Change log
v 0.6.1:
Added Android app link
v 0.6:
Optimised for performance
v0.5.1:
- 'right-click' save option for QR image.
- Developers: 64base code available Informazioni di Base sull'Estensione
| Nome | |
| ID | dpcobhfdocjilgmfdbigakbkkfjclmcl |
| URL Ufficiale | https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl |
| Descrizione | Generate QR of anything instantly. Just right click and generate QR of images and links. |
| Dimensione del File | 52.87 KB |
| Conteggio Installazioni | 593 |
| Versione Corrente | 0.6.1 |
| Ultimo Aggiornamento | 2016-02-06 |
| Data di Pubblicazione | 2016-02-06 |
| Valutazione | 4.60/5 Totale 10 Valutazioni |
| Sviluppatore | https://moin.im |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "QR anything",
"version": "0.6.1",
"manifest_version": 2,
"description": "Generate QR of anything instantly. Just right click and generate QR of images and links.",
"icons": {
"16": "icons\/16.png",
"28": "icons\/28.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"options_page": "qr.html",
"permissions": [
"contextMenus"
]
} | |