QRify
Turn a URL into a QR code with one click
Was ist QRify?
QRify ist eine Chrome-Erweiterung, die von em_te entwickelt wurde, und ihr Hauptmerkmal ist "Turn a URL into a QR code with one click".
Erweiterungsscreenshots
QRify-Erweiterungs-CRX-Datei herunterladen
Laden Sie QRify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Features:
- QR code generated offline for your privacy
- Accessible from toolbar icon
- Accessible from right-click menu
- International characters supported (UTF-8)
- QR code is big making it ideal for presentations and meetings
- Click to edit the QR text and generate a new QR code
- QR code stays in a separate window (right-click only) which you can keep on screen
- Runs as load-on-demand (inactive background extension) to save memory, so first time startup will be slower Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kecbciakhblncbhhihgmecmclicabmkp |
| Offizielle URL | https://chromewebstore.google.com/detail/qrify/kecbciakhblncbhhihgmecmclicabmkp |
| Beschreibung | Turn a URL into a QR code with one click |
| Dateigröße | 14.16 KB |
| Installationsanzahl | 47 |
| Aktuelle Version | 0.2.1 |
| Letztes Update | 2017-08-12 |
| Veröffentlichungsdatum | 2017-08-11 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | em_te |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://em-te.github.io/privacy |
| Unterstützte Sprachen | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "QRify",
"author": "Terry Yuen",
"version": "0.2.1",
"description": "__MSG_extensionDescription__",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"11": "icon_11.png",
"22": "icon_22.png",
"48": "icon_48.png",
"96": "icon_96.png"
},
"permissions": [
"contextMenus",
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"browser_style": false,
"default_icon": {
"11": "icon_11.png",
"22": "icon_22.png",
"48": "icon_48.png",
"96": "icon_96.png"
},
"default_title": "__MSG_omniToQR__",
"default_popup": "popup.html"
}
} | |