Copylink
Click to copy the url of the current page to your clipboard
Co to jest Copylink?
Copylink to rozszerzenie Chrome opracowane przez https://rgbstudios.org, a jego główną funkcją jest „Click to copy the url of the current page to your clipboard”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Copylink
Pobierz pliki rozszerzeń Copylink 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
Simply click the button to copy the address of the current website. * Use copylink to quickly send, share, or save the url to a website. * The address is also displayed in a little textbox. Don't forget to rate and share! Enjoy! :) V.1.3.0 RGB Studios rgbstudios.org facebook.com/rgbstudios.org/ [email protected]
Podstawowe informacje o rozszerzeniu
Nazwa | Copylink |
ID | hmbglhnodfegeiemefjoejkkmncdobde |
Oficjalny URL | https://chromewebstore.google.com/detail/copylink/hmbglhnodfegeiemefjoejkkmncdobde |
Opis | Click to copy the url of the current page to your clipboard |
Rozmiar pliku | 7.6 KB |
Liczba instalacji | 362 |
Aktualna Wersja | 1.3.0 |
Ostatnia Aktualizacja | 2023-11-21 |
Data Publikacji | 2019-12-03 |
Ocena | 4.25/5 Łącznie 4 Oceny |
Deweloper | https://rgbstudios.org |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516 |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copylink", "description": "Click to copy the url of the current page to your clipboard", "version": "1.3.0", "action": { "default_icon": "128_icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "clipboardWrite" ], "icons": { "128": "128_icon.png", "48": "48_icon.png", "16": "16_icon.png" } } |