Page to QR Code
Get a QR code of current page with just one click.
Was ist Page to QR Code?
Page to QR Code ist eine Chrome-Erweiterung, die von Jan Rychtář entwickelt wurde, und ihr Hauptmerkmal ist "Get a QR code of current page with just one click.".
Erweiterungsscreenshots
Page to QR Code-Erweiterungs-CRX-Datei herunterladen
Laden Sie Page to QR Code-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
Get a QR code of the current page with just one click.
Grundlegende Informationen zur Erweiterung
Name | Page to QR Code |
ID | aiilaldmobjhjhlgmpjdchhmbbklphga |
Offizielle URL | https://chromewebstore.google.com/detail/page-to-qr-code/aiilaldmobjhjhlgmpjdchhmbbklphga |
Beschreibung | Get a QR code of current page with just one click. |
Dateigröße | 7.89 KB |
Installationsanzahl | 43 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2013-02-27 |
Veröffentlichungsdatum | 2013-02-27 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Jan Rychtář |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page to QR Code", "version": "1.0.4", "description": "Get a QR code of current page with just one click.", "browser_action": { "default_icon": "icon-19.png", "default_title": "Page to QR" }, "icons": { "16": "icon-16.png", "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; script-src 'self'" } |