External Link Extractor

This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…

Co to jest External Link Extractor?

External Link Extractor to rozszerzenie Chrome opracowane przez https://www.webdesignindy.com, a jego główną funkcją jest „This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia External Link Extractor

Pobierz pliki rozszerzeń External Link Extractor 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 extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using the clipboard function to save.                    

Podstawowe informacje o rozszerzeniu

Nazwa External Link Extractor External Link Extractor
ID ekelmbmnkpfjcljpekjhlfpejjpfbkbn
Oficjalny URL https://chromewebstore.google.com/detail/external-link-extractor/ekelmbmnkpfjcljpekjhlfpejjpfbkbn
Opis This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…
Rozmiar pliku 9.66 KB
Liczba instalacji 148
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-03-29
Data Publikacji 2023-03-29
Deweloper https://www.webdesignindy.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.webdesignindy.com/privacy-policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "External Link Extractor",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "scripting"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}