Link Gopher
Extracts and collates links from web pages
Co to jest Link Gopher?
Link Gopher to rozszerzenie Chrome opracowane przez Andrew Ziem, a jego główną funkcją jest „Extracts and collates links from web pages”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Link Gopher
Pobierz pliki rozszerzeń Link Gopher 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
Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for copy and paste into other systems. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bpjdkodgnbfalgghnbeggfbfjpcfamkf |
| Oficjalny URL | https://chromewebstore.google.com/detail/link-gopher/bpjdkodgnbfalgghnbeggfbfjpcfamkf |
| Opis | Extracts and collates links from web pages |
| Rozmiar pliku | 31.35 KB |
| Liczba instalacji | 30,504 |
| Aktualna Wersja | 2.5.0 |
| Ostatnia Aktualizacja | 2023-09-28 |
| Data Publikacji | 2017-11-28 |
| Ocena | 4.57/5 Łącznie 21 Oceny |
| Deweloper | Andrew Ziem |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://sites.google.com/site/linkgopher/ |
| Obsługiwane Języki | de,en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "2.5.0",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"homepage_url": "https:\/\/sites.google.com\/site\/linkgopher\/",
"icons": {
"16": "icons\/link-gopher-16.png",
"32": "icons\/link-gopher-32.png",
"64": "icons\/link-gopher-64.png"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "45.0"
}
},
"host_permissions": [
"*:\/\/*\/*"
],
"permissions": [
"scripting"
],
"action": {
"default_icon": "icons\/link-gopher-32.png",
"default_title": "__MSG_extensionName__",
"default_popup": "popup\/popup.html"
},
"content_security_policy": []
} | |