Quick Qr
You can easily convert this any link to QR and go free with it!
Wat is Quick Qr?
Quick Qr is een Chrome-extensie ontwikkeld door https://ssleptsov.blogspot.com, en de belangrijkste functie is "You can easily convert this any link to QR and go free with it!".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Qr
Download Quick Qr-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
Very useful extension that will convert your current link to QR code, so you can easily scan it on your device and go free with your link.
Basisinformatie over de Extensie
Naam | Quick Qr |
ID | afifoohmohbfgaknonkiooaddfmmckia |
Officiële URL | https://chromewebstore.google.com/detail/quick-qr/afifoohmohbfgaknonkiooaddfmmckia |
Beschrijving | You can easily convert this any link to QR and go free with it! |
Bestandsgrootte | 211 KB |
Aantal Installaties | 66 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-03-07 |
Publicatiedatum | 2016-03-07 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://ssleptsov.blogspot.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "page_action": { "default_icon": "images\/Qr-ice-19.png", "default_popup": "popup.html", "default_title": "You can easily convert any link to QR and go free with it!" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "You can easily convert this any link to QR and go free with it!", "background": { "scripts": [ "js\/background.js", "js\/jquery-1.9.1.min.js", "js\/qrcode.js", "js\/jquery.qrcode.js" ] }, "name": "Quick Qr", "permissions": [ "tabs" ], "offline_enabled": true, "icons": { "48": "images\/Qr-ice-48.png", "128": "images\/Qr-ice-128.png", "256": "images\/Qr-ice-256.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "1.0.1" } |