URL to QR
This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.
Co to jest URL to QR?
URL to QR to rozszerzenie Chrome opracowane przez JJay, a jego główną funkcją jest „This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia URL to QR
Pobierz pliki rozszerzeń URL to QR 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 the url in your smartPhone browser. Use this smart extension to create a QR code and scan with your phone to browse the page. Highly usefull for web developers and testers. Please mail your feedback to me: [email protected]
Podstawowe informacje o rozszerzeniu
Nazwa | URL to QR |
ID | ffpdcfbjaahhcgogoekgbellhahephbd |
Oficjalny URL | https://chromewebstore.google.com/detail/url-to-qr/ffpdcfbjaahhcgogoekgbellhahephbd |
Opis | This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop. |
Rozmiar pliku | 33.94 KB |
Liczba instalacji | 80 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-12-21 |
Data Publikacji | 2015-05-19 |
Ocena | 4.86/5 Łącznie 7 Oceny |
Deweloper | JJay |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QR", "description": "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "url.html" }, "permissions": [ "tabs" ] } |