Linkparser

LinkParser analyzes the links of the current page. It can differentiate between 9 link types & mark them in different colors.

What is Linkparser?

Linkparser is a Chrome extension developed by claneo-chrome-extensions, and its main feature is "LinkParser analyzes the links of the current page. It can differentiate between 9 link types & mark them in different colors.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Linkparser Extension CRX File

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

                        Linkpaser can differentiate the following type of links in order to count them or mark them on the webpage: internal links, internal dofollow links, internal nofollow links, subdomain links, subdomain dofollow links, subdomain nofollow links, external links, external dofollow links, extermal nofollow links. How Linkparser shows you the information it gathers is very much up to you. It is very customizable!                    

Extension Basic Information

Name Linkparser Linkparser
ID pmghbmgeolancmmnklifafgooobplifn
Official URL https://chromewebstore.google.com/detail/linkparser/pmghbmgeolancmmnklifafgooobplifn
Description LinkParser analyzes the links of the current page. It can differentiate between 9 link types & mark them in different colors.
File Size 71.54 KB
Installation Count 8,342
Current Version 2.0.2
Last Updated 2024-02-06
Publish Date 2021-03-17
Rating 4.05/5 Total 21 Ratings
Developer claneo-chrome-extensions
Email [email protected]
Payment Type free
Extension Website https://www.claneo.com/de/linkparser/
Help Page URL https://www.claneo.com/de/linkparser/
Privacy Policy Page URL https://www.claneo.com/de/datenschutz
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon_64.png",
        "default_popup": "popup.html",
        "default_title": ""
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "linkparser.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "homepage_url": "http:\/\/www.linkparser.com",
    "icons": {
        "128": "icon_64.png",
        "64": "icon_64.png"
    },
    "manifest_version": 3,
    "name": "Linkparser",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "2.0.2"
}