QR URL
Show current web URL as a QRCode so you may scan with your mobile device.
Was ist QR URL?
QR URL ist eine Chrome-Erweiterung, die von https://soynerdito.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Show current web URL as a QRCode so you may scan with your mobile device.".
Erweiterungsscreenshots
QR URL-Erweiterungs-CRX-Datei herunterladen
Laden Sie QR URL-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
Show a QR Code for the current URL on the active tab of the browser. Intended so you can scan the barcode with your mobile device and navigate to page without the need of chrome to phone or if you have a non chrome 2 phone compatible device. Added Context Menu to create QRCode from free text selected from any web page Added Context Menu to create EAN8 Barcode from free text selected from any web page. EAN8 Barcode is only numeric an accepts up to 8 characters if checksum digit is included. If selection is of 7 characters then checksum is calculated.
Grundlegende Informationen zur Erweiterung
Name | QR URL |
ID | nppbdeifhmhjlahlcplebmeklianffba |
Offizielle URL | https://chromewebstore.google.com/detail/qr-url/nppbdeifhmhjlahlcplebmeklianffba |
Beschreibung | Show current web URL as a QRCode so you may scan with your mobile device. |
Dateigröße | 5.38 KB |
Installationsanzahl | 1,517 |
Aktuelle Version | 3.0 |
Letztes Update | 2014-04-01 |
Veröffentlichungsdatum | 2014-03-31 |
Bewertung | 4.29/5 Insgesamt 17 Bewertungen |
Entwickler | https://soynerdito.blogspot.com |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR URL", "version": "3.0", "description": "Show current web URL as a QRCode so you may scan with your mobile device.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/chart.apis.google.com\/", "tabs", "contextMenus" ], "background": { "default_icon": "icon.png", "persistent": false, "scripts": [ "main.js" ] }, "icons": { "16": "icon.png" }, "manifest_version": 2 } |