URL to QR code
This extension generate QR-code with URL of current openned page.
Was ist URL to QR code?
URL to QR code ist eine Chrome-Erweiterung, die von https://michurin.github.io entwickelt wurde, und ihr Hauptmerkmal ist "This extension generate QR-code with URL of current openned page.".
Erweiterungsscreenshots
URL to QR code-Erweiterungs-CRX-Datei herunterladen
Laden Sie URL 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
Еxtension to view URL of current opened page as QR code. It is the simplest way to carry URL from you browser to your (or someone's) mobile device. You can customize - size of image and - error correction levels. And also you can setup URL parts substitutions. For example, extension can automaticaly change http://bbc.com/page to http://m.bbc.com/page. Visit the options page to use these features.
Grundlegende Informationen zur Erweiterung
Name | URL to QR code |
ID | ocilemcdjpkpmopdbehigobfjaepcnmm |
Offizielle URL | https://chromewebstore.google.com/detail/url-to-qr-code/ocilemcdjpkpmopdbehigobfjaepcnmm |
Beschreibung | This extension generate QR-code with URL of current openned page. |
Dateigröße | 11.55 KB |
Installationsanzahl | 353 |
Aktuelle Version | 0.4.0.0 |
Letztes Update | 2014-08-18 |
Veröffentlichungsdatum | 2014-08-18 |
Entwickler | https://michurin.github.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/michurin/chrome-extension-url-to-qrcode |
Hilfeseite URL | https://github.com/michurin/chrome-extension-url-to-qrcode |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QR code", "version": "0.4.0.0", "description": "This extension generate QR-code with URL of current openned page.", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Generate QR code", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "https:\/\/chart.googleapis.com\/", "activeTab", "storage" ], "short_name": "URL 2 QR", "author": "Alexey Michurin |