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…

Qu'est-ce que External Link Extractor ?

External Link Extractor est une extension Chrome développée par https://www.webdesignindy.com, et sa fonction principale est "This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension External Link Extractor

Téléchargez les fichiers d'extension External Link Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom External Link Extractor External Link Extractor
ID ekelmbmnkpfjcljpekjhlfpejjpfbkbn
URL Officiel https://chromewebstore.google.com/detail/external-link-extractor/ekelmbmnkpfjcljpekjhlfpejjpfbkbn
Description This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…
Taille du Fichier 9.66 KB
Nombre d'Installations 148
Version Actuelle 1.0
Dernière Mise à Jour 2023-03-29
Date de Publication 2023-03-29
Développeur https://www.webdesignindy.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.webdesignindy.com/privacy-policy
Langues Prises en Charge 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"
    }
}