LinkCount

Aggregate the number of links that appear in a web page.

What is LinkCount?

LinkCount is a Chrome extension developed by Unknown, and its main feature is "Aggregate the number of links that appear in a web page.".

Extension Screenshots

screenshot

Download LinkCount Extension CRX File

Download LinkCount 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

                        Tool that displays list of URLs located on a webpage and groups them into External, Domain, and Subdomain.                    

Extension Basic Information

Name LinkCount LinkCount
ID paaebmoedgifpclddpbmjckfmaeokcdj
Official URL https://chromewebstore.google.com/detail/linkcount/paaebmoedgifpclddpbmjckfmaeokcdj
Description Aggregate the number of links that appear in a web page.
File Size 10.89 KB
Installation Count 55
Current Version 1.1
Last Updated 2018-04-16
Publish Date 2018-04-16
Rating 5.00/5 Total 3 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkCount",
    "description": "Aggregate the number of links that appear in a web page.",
    "author": "Leron Tolmachev",
    "version": "1.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png"
        },
        "default_title": "LinkCount",
        "default_popup": "popup.html"
    }
}