Link Collector

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

What is Link Collector?

Link Collector is a Chrome extension developed by http://www.lemonprogis.com, and its main feature is "Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.".

Download Link Collector Extension CRX File

Download Link Collector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Link Collector Link Collector
ID fmaheolegdnndagieolgdclpafcihpkj
Official URL https://chrome.google.com/webstore/detail/link-collector/fmaheolegdnndagieolgdclpafcihpkj
Description Collect all unique links in a page. Useful for getting information from a sitemap or other site with tons of links.
File Size 11.71 KB
Installation Count 193
Current Version 1.1
Last Updated 2017-05-25
Publish Date 2017-05-25
Rating 5.00/5 Total 1 Ratings
Developer http://www.lemonprogis.com
Payment Type free
Supported Languages 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'"
}