QR URL Transfer
Transfer a web page address to a smartphone using QR-code
Co to jest QR URL Transfer?
QR URL Transfer to rozszerzenie Chrome opracowane przez Eoos Ventures, a jego główną funkcją jest „Transfer a web page address to a smartphone using QR-code”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia QR URL Transfer
Pobierz pliki rozszerzeń QR URL Transfer 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
Tired of typing? This small extension enables you to share the URL of the current web page to your smartphone or any other device that can process QR codes. Instructions: browse to the web address which you want to share, click the QR icon, scan the generated QR code with the QR app on your smartphone.
Podstawowe informacje o rozszerzeniu
Nazwa | QR URL Transfer |
ID | iojkbccgdkfpbffpdbkmahhkigbhhmbn |
Oficjalny URL | https://chromewebstore.google.com/detail/qr-url-transfer/iojkbccgdkfpbffpdbkmahhkigbhhmbn |
Opis | Transfer a web page address to a smartphone using QR-code |
Rozmiar pliku | 63.23 KB |
Liczba instalacji | 83 |
Aktualna Wersja | 0.0.0.1 |
Ostatnia Aktualizacja | 2018-02-10 |
Data Publikacji | 2018-02-10 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Eoos Ventures |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR URL Transfer", "description": "Transfer a web page address to a smartphone using QR-code", "version": "0.0.0.1", "manifest_version": 2, "browser_action": { "default_popup": "hello.html", "default_icon": "16-icon.png" }, "icons": { "16": "16-icon.png", "48": "48-icon.png", "128": "128-icon.png" }, "permissions": [ "activeTab" ] } |