Quick QR Code
Quickly generate QR codes. Keyboard Shortcut: Alt + Q.
Wat is Quick QR Code?
Quick QR Code is een Chrome-extensie ontwikkeld door https://browsernative.com, en de belangrijkste functie is "Quickly generate QR codes. Keyboard Shortcut: Alt + Q.".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick QR Code
Download Quick QR Code-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/ Basisinformatie over de Extensie
| Naam | |
| ID | ljdnbhflbhmnkeocakbjcnmmclhkogmk |
| Officiële URL | https://chromewebstore.google.com/detail/quick-qr-code/ljdnbhflbhmnkeocakbjcnmmclhkogmk |
| Beschrijving | Quickly generate QR codes. Keyboard Shortcut: Alt + Q. |
| Bestandsgrootte | 51.63 KB |
| Aantal Installaties | 762 |
| Huidige Versie | 0.0.8 |
| Laatst Bijgewerkt | 2020-02-12 |
| Publicatiedatum | 2020-02-09 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | https://browsernative.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://browsernative.com/quick-qr-code/ |
| Help Pagina-URL | https://browsernative.com/quick-qr-code/ |
| URL van de Privacybeleid Pagina | https://browsernative.com/extensions-privacy-policy |
| Ondersteunde Talen | 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"
}
}
} | |