URL to QRC
This extension generates a QR Code based on the current url.
Was ist URL to QRC?
URL to QRC ist eine Chrome-Erweiterung, die von https://bambitinc.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension generates a QR Code based on the current url.".
Erweiterungsscreenshots
URL to QRC-Erweiterungs-CRX-Datei herunterladen
Laden Sie URL to QRC-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
Quite often I want to copy a url from my browser to may phone, and rather than typing it manually, this allow me to create and then scan the QR code quickly. This is an Open Source project. All the source code is hosted on GitHub at https://github.com/bambit/u2q
Grundlegende Informationen zur Erweiterung
Name | URL to QRC |
ID | pchcmphgcelljgbhhpbfidahgjnabgfc |
Offizielle URL | https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc |
Beschreibung | This extension generates a QR Code based on the current url. |
Dateigröße | 48.46 KB |
Installationsanzahl | 95 |
Aktuelle Version | 1.1 |
Letztes Update | 2013-03-28 |
Veröffentlichungsdatum | 2013-03-28 |
Entwickler | https://bambitinc.com |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRC", "description": "This extension generates a QR Code based on the current url.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs" ] } |