Link Xtractor

Link Xtractor lets you extract all the links from Google Search Results or from any HTML page

Link Xtractorとは何ですか?

Link Xtractorはhttps://startupflux.comによって開発されたChromeの拡張機能で、その主な機能は「Link Xtractor lets you extract all the links from Google Search Results or from any HTML page」です。

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

screenshot

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

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

拡張機能の使用方法

                        Link Xtractor is a powerful chrome extension which lets you extract all the links from Google Search Results or from any HTML page. Easy One click to copy all the links and store them.                    

拡張機能の基本情報

名前 Link Xtractor Link Xtractor
ID linpadcckihaambejadlidhkmnjipfnd
公式URL https://chromewebstore.google.com/detail/link-xtractor/linpadcckihaambejadlidhkmnjipfnd
説明 Link Xtractor lets you extract all the links from Google Search Results or from any HTML page
ファイルサイズ 31.37 KB
インストール数 2,080
現在のバージョン 0.0.1
最終更新日 2018-03-28
公開日 2018-03-28
評価 5.00/5 合計 6 レビュー
開発者 https://startupflux.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Xtractor",
    "description": "Link Xtractor lets you extract all the links from Google Search Results or from any HTML page",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Link Xtractor",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}