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
官方網址 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
電子郵箱 [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"
        ]
    }
}