Copy URL
This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.
Co to jest Copy URL?
Copy URL to rozszerzenie Chrome opracowane przez viveksinghggits, a jego główną funkcją jest „This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Copy URL
Pobierz pliki rozszerzeń Copy URL 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 can be used to convert your opened URL into a QR code which can later be scanned by the mobile device. So the purpose of the product is to copy the URL from your computer to your mobile device.
Podstawowe informacje o rozszerzeniu
Nazwa | Copy URL |
ID | lhdkfgdpcodjjadeebijobklicbaegfb |
Oficjalny URL | https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb |
Opis | This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone. |
Rozmiar pliku | 8.12 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-06-09 |
Data Publikacji | 2018-06-09 |
Deweloper | viveksinghggits |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy URL", "description": "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.", "version": "1.0", "browser_action": { "default_icon": "website.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |