QR anything
Generate QR of anything instantly. Just right click and generate QR of images and links.
Was ist QR anything?
QR anything ist eine Chrome-Erweiterung, die von https://moin.im entwickelt wurde, und ihr Hauptmerkmal ist "Generate QR of anything instantly. Just right click and generate QR of images and links.".
Erweiterungsscreenshots
QR anything-Erweiterungs-CRX-Datei herunterladen
Laden Sie QR anything-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | QR anything |
ID | dpcobhfdocjilgmfdbigakbkkfjclmcl |
Offizielle URL | https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl |
Beschreibung | Generate QR of anything instantly. Just right click and generate QR of images and links. |
Dateigröße | 52.87 KB |
Installationsanzahl | 593 |
Aktuelle Version | 0.6.1 |
Letztes Update | 2016-02-06 |
Veröffentlichungsdatum | 2016-02-06 |
Bewertung | 4.60/5 Insgesamt 10 Bewertungen |
Entwickler | https://moin.im |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |