Get Link
Create a QRcode for the URL to open in other devices
Co to jest Get Link?
Get Link to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Create a QRcode for the URL to open in other devices”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Get Link
Pobierz pliki rozszerzeń Get Link 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
This extension creates a QR code of the current URL link which can be scanned from the Mobile camera to open the same link on your mobile phone. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bknagdmankilmkenflkobkobmdeakcic |
| Oficjalny URL | https://chromewebstore.google.com/detail/get-link/bknagdmankilmkenflkobkobmdeakcic |
| Opis | Create a QRcode for the URL to open in other devices |
| Rozmiar pliku | 67.66 KB |
| Liczba instalacji | 622 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2019-09-17 |
| Data Publikacji | 2019-09-17 |
| Deweloper | Unknown |
| 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": "Get Link",
"description": "Create a QRcode for the URL to open in other devices",
"version": "1.0.0",
"icons": {
"128": "logo-128x128.png"
},
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |