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
电子邮箱 [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"
        ]
    }
}