Smart QRCode
Smart QRCode
Was ist Smart QRCode?
Smart QRCode ist eine Chrome-Erweiterung, die von ethan entwickelt wurde, und ihr Hauptmerkmal ist "Smart QRCode".
Erweiterungsscreenshots
Smart QRCode-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smart QRCode-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
Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click. Additional options: * Five different QR code dimensions are supported, currently 220px, 380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference. * You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)
Grundlegende Informationen zur Erweiterung
Name | Smart QRCode |
ID | bpneiabdnfmenainoficenddegfhgedo |
Offizielle URL | https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo |
Beschreibung | Smart QRCode |
Dateigröße | 25.63 KB |
Installationsanzahl | 125 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-12-03 |
Veröffentlichungsdatum | 2016-12-02 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | ethan |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart QRCode", "description": "Smart QRCode", "version": "1.0", "author": "Ethan", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |