The QRcode Generator
Generate Qrcode of your current tab and Selection
Was ist The QRcode Generator?
The QRcode Generator ist eine Chrome-Erweiterung, die von JohnnyWorks entwickelt wurde, und ihr Hauptmerkmal ist "Generate Qrcode of your current tab and Selection".
Erweiterungsscreenshots
The QRcode Generator-Erweiterungs-CRX-Datei herunterladen
Laden Sie The QRcode Generator-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
A Simple tools that can generate QR-Code of your current tab or your selections. Features: - Click to get current tab URL into QR Code, Easy to use. - Can generate QRCode without internet.
Grundlegende Informationen zur Erweiterung
Name | The QRcode Generator |
ID | mmjobjkkoeoklejdaclonlkofnaojind |
Offizielle URL | https://chromewebstore.google.com/detail/the-qrcode-generator/mmjobjkkoeoklejdaclonlkofnaojind |
Beschreibung | Generate Qrcode of your current tab and Selection |
Dateigröße | 66.86 KB |
Installationsanzahl | 96 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-10-04 |
Veröffentlichungsdatum | 2014-10-04 |
Entwickler | JohnnyWorks |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The QRcode Generator", "version": "1.0", "manifest_version": 2, "description": "Generate Qrcode of your current tab and Selection", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "contextMenus", "activeTab" ] } |