URL to QRC
This extension generates a QR Code based on the current url.
Co to jest URL to QRC?
URL to QRC to rozszerzenie Chrome opracowane przez https://bambitinc.com, a jego główną funkcją jest „This extension generates a QR Code based on the current url.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia URL to QRC
Pobierz pliki rozszerzeń URL to QRC w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | URL to QRC |
ID | pchcmphgcelljgbhhpbfidahgjnabgfc |
Oficjalny URL | https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc |
Opis | This extension generates a QR Code based on the current url. |
Rozmiar pliku | 48.46 KB |
Liczba instalacji | 95 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2013-03-28 |
Data Publikacji | 2013-03-28 |
Deweloper | https://bambitinc.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |