QR Code Tools
Generate a QR Code for the current page or your text
What is QR Code Tools?
QR Code Tools is a Chrome extension developed by kimown, and its main feature is "Generate a QR Code for the current page or your text".
Extension Screenshots
Download QR Code Tools Extension CRX File
Download QR Code Tools 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
Generate a QR Code for the current page or your text.
Extension Basic Information
Name | |
ID | ocbhppgblkpojkpebamblimobggeaobi |
Official URL | https://chromewebstore.google.com/detail/qr-code-tools/ocbhppgblkpojkpebamblimobggeaobi |
Description | Generate a QR Code for the current page or your text |
File Size | 25.42 KB |
Installation Count | 32 |
Current Version | 1.0 |
Last Updated | 2016-07-23 |
Publish Date | 2016-07-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | kimown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Tools", "description": "Generate a QR Code for the current page or your text", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "popup.js" ] } ], "permissions": [ "activeTab", "tabs" ] } |