QR Code Maker
Best QR Code Maker on Chrome Web Store
What is QR Code Maker?
QR Code Maker is a Chrome extension developed by New Tab Draft, and its main feature is "Best QR Code Maker on Chrome Web Store".
Extension Screenshots
Download QR Code Maker Extension CRX File
Download QR Code Maker 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
The quickest way to create the QR code of the website you are visiting - Right beside the address bar.
Extension Basic Information
Name | QR Code Maker |
ID | jmadehfbknkdlbhiajnmpodahfloajgk |
Official URL | https://chromewebstore.google.com/detail/qr-code-maker/jmadehfbknkdlbhiajnmpodahfloajgk |
Description | Best QR Code Maker on Chrome Web Store |
File Size | 33.6 KB |
Installation Count | 1,046 |
Current Version | 0.1.0 |
Last Updated | 2015-07-12 |
Publish Date | 2015-07-12 |
Rating | 4.75/5 Total 4 Ratings |
Developer | New Tab Draft |
[email protected] | |
Payment Type | free |
Extension Website | https://chrome.google.com/webstore/detail/qr-code-maker/jmadehfbknkdlbhiajnmpodahfloajgk?hl=en-US&gl=001 |
Help Page URL | https://chrome.google.com/webstore/detail/qr-code-maker/jmadehfbknkdlbhiajnmpodahfloajgk/reviews?hl=en-US&gl=001 |
Privacy Policy Page URL | https://sites.google.com/view/newtabdraft/home |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR Code Maker", "short_name": "Best QR Code Maker", "version": "0.1.0", "manifest_version": 2, "description": "Best QR Code Maker on Chrome Web Store", "icons": { "16": "img\/icon\/icon16.png", "38": "img\/icon\/icon38.png", "48": "img\/icon\/icon48.png", "128": "img\/icon\/icon128.png" }, "background": { "scripts": [ "js\/background.js", "js\/ga.js" ] }, "permissions": [ "tabs" ], "page_action": { "default_name": "QR Code Maker", "default_icon": "img\/icon\/icon38.png", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'" } |