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 je External Link Extractor?

External Link Extractor je rozšíření Chrome vyvinuté https://www.webdesignindy.com, a jeho hlavní funkcí je „This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření External Link Extractor

Stáhněte si soubory rozšíření External Link Extractor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název External Link Extractor External Link Extractor
ID ekelmbmnkpfjcljpekjhlfpejjpfbkbn
Oficiální URL https://chromewebstore.google.com/detail/external-link-extractor/ekelmbmnkpfjcljpekjhlfpejjpfbkbn
Popis This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…
Velikost souboru 9.66 KB
Počet instalací 148
Aktuální Verze 1.0
Poslední Aktualizace 2023-03-29
Datum Vydání 2023-03-29
Vývojář https://www.webdesignindy.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.webdesignindy.com/privacy-policy
Podporované Jazyky 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"
    }
}