QRLink
Generate QR code for any page to allow link sharing from browser to other devices.
Co to jest QRLink?
QRLink to rozszerzenie Chrome opracowane przez Rafik Tighilt, a jego główną funkcją jest „Generate QR code for any page to allow link sharing from browser to other devices.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia QRLink
Pobierz pliki rozszerzeń QRLink 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
QRL (for QR link) allows you to quickly share links between your browser window and your devices (mobile, tablets etc...). Just click on the extension button and scan the QR code to open it on your phone.
Podstawowe informacje o rozszerzeniu
Nazwa | QRLink |
ID | lehfdkbjieiagnjphoijdnmoknhegigg |
Oficjalny URL | https://chromewebstore.google.com/detail/qrlink/lehfdkbjieiagnjphoijdnmoknhegigg |
Opis | Generate QR code for any page to allow link sharing from browser to other devices. |
Rozmiar pliku | 96.83 KB |
Liczba instalacji | 52 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-10-03 |
Data Publikacji | 2017-10-03 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Rafik Tighilt |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QRLink", "short_name": "QRL", "description": "Generate QR code for any page to allow link sharing from browser to other devices.", "version": "1.0", "author": "Rafik TIGHILT", "browser_action": { "default_icon": "icon32.png", "default_popup": "popup.html", "default_title": "Generate QRCode for this page" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |