Easy QR-Code Generator
Make QR Codes from the Current Tab or specified URL.
Wat is Easy QR-Code Generator?
Easy QR-Code Generator is een Chrome-extensie ontwikkeld door Benjamin Klein, en de belangrijkste functie is "Make QR Codes from the Current Tab or specified URL.".
Download het CRX-bestand van de extensie Easy QR-Code Generator
Download Easy QR-Code Generator-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
Easy SVG QR-Code Generator With this extension you quickly and easily create a QR code. Enter a URL or Text on your own or use the url from the current tab. Download the QR-Code directly to your file system. Save as SVG Save as PNG - No Extra Page loading. - No Ads.
Basisinformatie over de Extensie
Naam | |
ID | fjoekbgbgapgnppnlanicmnlfpfgbelo |
Officiële URL | https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo |
Beschrijving | Make QR Codes from the Current Tab or specified URL. |
Bestandsgrootte | 108 KB |
Aantal Installaties | 117 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2014-04-28 |
Publicatiedatum | 2014-04-28 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Benjamin Klein |
Betalingswijze | free |
Help Pagina-URL | http://touchdata.net |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy QR-Code Generator", "description": "Make QR Codes from the Current Tab or specified URL.", "version": "1.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "request.html" }, "icons": { "128": "icon_128.png" }, "permissions": [ "tabs", "downloads" ], "offline_enabled": false, "short_name": "QR-Code Gen" } |