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
Eメール [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"
    }
}