Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick QR Code", "version": "0.0.12", "permissions": [ "contextMenus", "activeTab" ], "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": "icon.png", "default_title": "Quick QR Code", "default_popup": "\/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": 3, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Q" }, "description": "Show QR Code" } } }