QR anything
Generate QR of anything instantly. Just right click and generate QR of images and links.
Wat is QR anything?
QR anything is een Chrome-extensie ontwikkeld door https://moin.im, en de belangrijkste functie is "Generate QR of anything instantly. Just right click and generate QR of images and links.".
Extensie Screenshots
Download het CRX-bestand van de extensie QR anything
Download QR anything-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | QR anything |
ID | dpcobhfdocjilgmfdbigakbkkfjclmcl |
Officiële URL | https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl |
Beschrijving | Generate QR of anything instantly. Just right click and generate QR of images and links. |
Bestandsgrootte | 52.87 KB |
Aantal Installaties | 593 |
Huidige Versie | 0.6.1 |
Laatst Bijgewerkt | 2016-02-06 |
Publicatiedatum | 2016-02-06 |
Beoordeling | 4.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | https://moin.im |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |