QR anything

Generate QR of anything instantly. Just right click and generate QR of images and links.

¿Qué es QR anything?

QR anything es una extensión de Chrome desarrollada por https://moin.im, y su función principal es "Generate QR of anything instantly. Just right click and generate QR of images and links.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión QR anything

Descarga archivos de extensión QR anything en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre QR anything QR anything
ID dpcobhfdocjilgmfdbigakbkkfjclmcl
URL Oficial https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl
Descripción Generate QR of anything instantly. Just right click and generate QR of images and links.
Tamaño del Archivo 52.87 KB
Cantidad de Instalaciones 593
Versión Actual 0.6.1
Última Actualización 2016-02-06
Fecha de Publicación 2016-02-06
Calificación 4.60/5 Total de 10 Calificaciones
Desarrollador https://moin.im
Tipo de Pago free
Idiomas Soportados 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"
    ]
}