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…

What is External Link Extractor?

External Link Extractor is a Chrome extension developed by https://www.webdesignindy.com, and its main feature is "This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…".

Extension Screenshots

screenshot
screenshot

Download External Link Extractor Extension CRX File

Download External Link Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name External Link Extractor External Link Extractor
ID ekelmbmnkpfjcljpekjhlfpejjpfbkbn
Official URL 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…
File Size 9.66 KB
Installation Count 148
Current Version 1.0
Last Updated 2023-03-29
Publish Date 2023-03-29
Developer https://www.webdesignindy.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.webdesignindy.com/privacy-policy
Supported Languages 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"
    }
}