QR Code Generator
This extension quickly generates a QR Code for url of the current tab.
Wat is QR Code Generator?
QR Code Generator is een Chrome-extensie ontwikkeld door https://webplusdevelopers.com, en de belangrijkste functie is "This extension quickly generates a QR Code for url of the current tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie QR Code Generator
Download 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
Quickly generate a QR Code for the URL of the current tab. To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.
Basisinformatie over de Extensie
Naam | QR Code Generator |
ID | kndijjedkgagpeefiinpggmfedeigedm |
Officiële URL | https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm |
Beschrijving | This extension quickly generates a QR Code for url of the current tab. |
Bestandsgrootte | 53.81 KB |
Aantal Installaties | 223 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-08-15 |
Publicatiedatum | 2014-08-15 |
Ontwikkelaar | https://webplusdevelopers.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "author": "Josephus Paye II", "description": "This extension quickly generates a QR Code for url of the current tab.", "version": "1.0", "icons": { "128": "images\/icon_128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Generate QR Code" } } |