Link Extractor

Copy links with links text to clibboard. Spreadsheet-friendly!

Link Extractorとは何ですか?

Link ExtractorはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Copy links with links text to clibboard. Spreadsheet-friendly!」です。

拡張機能のスクリーンショット

screenshot

Link Extractor拡張機能のCRXファイルをダウンロード

Link Extractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Copy links from selected text on a page in a spreadsheet-friendly format! Just select a text containing a few links and select 'Copy links' in a right-click menu.
Your links will be copied in a two-column table containing one column for link texts and another column for link URLs.                    

拡張機能の基本情報

名前 Link Extractor Link Extractor
ID hfggooianhnifmngaedjoiooohhdedim
公式URL https://chromewebstore.google.com/detail/link-extractor/hfggooianhnifmngaedjoiooohhdedim
説明 Copy links with links text to clibboard. Spreadsheet-friendly!
ファイルサイズ 32.86 KB
インストール数 651
現在のバージョン 0.0.0.1
最終更新日 2020-05-21
公開日 2020-05-21
評価 3.29/5 合計 7 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Extractor",
    "version": "0.0.0.1",
    "description": "Copy links with links text to clibboard. Spreadsheet-friendly!",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "16": "Icon1_32.png",
        "32": "Icon1_32.png",
        "48": "Icon1_48.png",
        "128": "Icon1_128.png"
    },
    "manifest_version": 2
}