Quick QR Code
Quickly generate QR codes. Keyboard Shortcut: Alt + Q.
What is Quick QR Code?
Quick QR Code is a Chrome extension developed by https://browsernative.com, and its main feature is "Quickly generate QR codes. Keyboard Shortcut: Alt + Q.".
Extension Screenshots
Download Quick QR Code Extension CRX File
Download Quick QR Code 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 QR codes for web pages, links, images and selected text. Use toolbar button, keyboard command (Alt + Q) and the context menu options. Works offline. Read more on homepage: https://browsernative.com/quick-qr-code/
Extension Basic Information
Name | Quick QR Code |
ID | ljdnbhflbhmnkeocakbjcnmmclhkogmk |
Official URL | https://chromewebstore.google.com/detail/quick-qr-code/ljdnbhflbhmnkeocakbjcnmmclhkogmk |
Description | Quickly generate QR codes. Keyboard Shortcut: Alt + Q. |
File Size | 51.63 KB |
Installation Count | 762 |
Current Version | 0.0.8 |
Last Updated | 2020-02-12 |
Publish Date | 2020-02-09 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://browsernative.com |
[email protected] | |
Payment Type | free |
Extension Website | https://browsernative.com/quick-qr-code/ |
Help Page URL | https://browsernative.com/quick-qr-code/ |
Privacy Policy Page URL | https://browsernative.com/extensions-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Quick QR Code", "default_popup": "popup.html" }, "description": "Quickly generate QR codes. Keyboard Shortcut: Alt + Q.", "homepage_url": "https:\/\/browsernative.com\/quick-qr-code\/", "icons": { "128": "icon.png" }, "offline_enabled": true, "manifest_version": 2, "name": "Quick QR Code", "version": "0.0.8", "permissions": [ "contextMenus", "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Q" }, "description": "Show QR Code" } } } |