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…

什么是External Link Extractor?

External Link Extractor是由https://www.webdesignindy.com开发的Chrome扩展程序,该扩展的主要功能是“This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…”。

扩展截图

screenshot
screenshot

下载External Link Extractor扩展crx文件

下载External Link Extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 External Link Extractor External Link Extractor
ID ekelmbmnkpfjcljpekjhlfpejjpfbkbn
官方URL https://chromewebstore.google.com/detail/external-link-extractor/ekelmbmnkpfjcljpekjhlfpejjpfbkbn
简介 This extension extracts all external links from the current webpage and generates a list in plain text. You can copy/paste using…
文件大小 9.66 KB
安装次数 148
当前版本 1.0
更新时间 2023-03-29
上架时间 2023-03-29
开发者 https://www.webdesignindy.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.webdesignindy.com/privacy-policy
支持的语言 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"
    }
}