Link Crawler

Crawl Link from active page

What is Link Crawler?

Link Crawler is a Chrome extension developed by Patrick D Koe, and its main feature is "Crawl Link from active page".

Extension Screenshots

screenshot

Download Link Crawler Extension CRX File

Download Link Crawler 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

                        Crawl link from your current active page.                    

Extension Basic Information

Name Link Crawler Link Crawler
ID iljlnbifckmihcloaildpbfapgnnhdbd
Official URL https://chromewebstore.google.com/detail/link-crawler/iljlnbifckmihcloaildpbfapgnnhdbd
Description Crawl Link from active page
File Size 27.53 KB
Installation Count 1,000
Current Version 0.0.0.2
Last Updated 2019-11-04
Publish Date 2019-11-01
Rating 3.00/5 Total 1 Ratings
Developer Patrick D Koe
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Crawler",
    "short_name": "L-Crawler",
    "version": "0.0.0.2",
    "description": "Crawl Link from active page",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/crawl.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/koegu-16.png",
            "32": "images\/koegu-32.png",
            "48": "images\/koegu-48.png",
            "128": "images\/koegu-128.png"
        },
        "default_popup": "\/html\/crawl.html"
    },
    "icons": {
        "16": "images\/koegu-16.png",
        "32": "images\/koegu-32.png",
        "48": "images\/koegu-48.png",
        "128": "images\/koegu-128.png"
    },
    "manifest_version": 2
}