Link Collector

Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.

什么是Link Collector?

Link Collector是由http://www.lemonprogis.com开发的Chrome扩展程序,该扩展的主要功能是“Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.”。

下载Link Collector扩展crx文件

下载Link Collector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        used to collect links from a web page. can export as csv. all links are unique.                    

扩展基本信息

名称 Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
官方URL https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
简介 Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
文件大小 11.71 KB
安装次数 193
当前版本 1.1
更新时间 2017-05-25
上架时间 2017-05-25
评分 5.00/5 共1次评分
开发者 http://www.lemonprogis.com
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Collector",
    "version": "1.1",
    "description": "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.",
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "Link Collector",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}