Copy Link
Chrome extension to copy the link of the current page.
Co to jest Copy Link?
Copy Link to rozszerzenie Chrome opracowane przez chick307, a jego główną funkcją jest „Chrome extension to copy the link of the current page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Copy Link
Pobierz pliki rozszerzeń Copy 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 helps you to copy the link of the current page. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | odhbmnlhdmbcacdoopohcddanplmmljd |
| Oficjalny URL | https://chromewebstore.google.com/detail/copy-link/odhbmnlhdmbcacdoopohcddanplmmljd |
| Opis | Chrome extension to copy the link of the current page. |
| Rozmiar pliku | 67.58 KB |
| Liczba instalacji | 18 |
| Aktualna Wersja | 1.2.0 |
| Ostatnia Aktualizacja | 2021-08-03 |
| Data Publikacji | 2020-02-09 |
| Deweloper | chick307 |
| [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": "Copy Link",
"version": "1.2.0",
"description": "Chrome extension to copy the link of the current page.",
"browser_action": {
"default_icon": {
"32": "assets\/images\/browser-action-32.png",
"64": "assets\/images\/browser-action-64.png"
},
"default_popup": "views\/popup.html",
"default_title": "Copy Link"
},
"content_security_policy": "default-src 'self'",
"icons": {
"64": "assets\/images\/icon-64.png",
"128": "assets\/images\/icon-128.png"
},
"minimum_chrome_version": "79",
"permissions": [
"activeTab"
]
} | |