QR Code Generator
This extension quickly generates a QR Code for url of the current tab.
What is QR Code Generator?
QR Code Generator is a Chrome extension developed by https://webplusdevelopers.com, and its main feature is "This extension quickly generates a QR Code for url of the current tab.".
Extension Screenshots
Download QR Code Generator Extension CRX File
Download QR Code Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | QR Code Generator |
ID | kndijjedkgagpeefiinpggmfedeigedm |
Official URL | https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm |
Description | This extension quickly generates a QR Code for url of the current tab. |
File Size | 53.81 KB |
Installation Count | 223 |
Current Version | 1.0 |
Last Updated | 2014-08-15 |
Publish Date | 2014-08-15 |
Developer | https://webplusdevelopers.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |