SEO Highlight Links

SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them.

What is SEO Highlight Links?

SEO Highlight Links is a Chrome extension developed by Shounak Gupte, and its main feature is "SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them.".

Extension Screenshots

screenshot
screenshot
screenshot

Download SEO Highlight Links Extension CRX File

Download SEO Highlight Links 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

                        SEO Highlight Links is part of the SEO Wizard Plugin. Highlight Links is a FREE SEO extension which is useful for SEO Experts and Webmasters. The plugin displays all relevent information about links on a page and also highlights them.

Don't forget to refresh the browser after you install the plugin.

Go to the Settings tab to select the types of links you want to highlight and also pick a colour.

UPDATE 22/05/2017: VERSION 1.0 RELEASED.
Main features:
- List internal links.
- List external links.
- List broken links.
- Highlight nofollow links.
- Highlight dofollow links.
- Highlight internal links.
- Highlight external links.
- Highlight broken links.                    

Extension Basic Information

Name SEO Highlight Links SEO Highlight Links
ID ljklgocpdbidpddhfpnmcmfbelfpfjpg
Official URL https://chrome.google.com/webstore/detail/seo-highlight-links/ljklgocpdbidpddhfpnmcmfbelfpfjpg
Description SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them.
File Size 975 KB
Installation Count 600
Current Version 1.0.1
Last Updated 2017-05-22
Publish Date 2017-05-22
Rating 1.50/5 Total 8 Ratings
Developer Shounak Gupte
Email [email protected]
Payment Type free
Extension Website http://www.shounakgupte.com/seo-wizard/?utm_source=chrome
Help Page URL http://www.shounakgupte.com/seo-wizard/?utm_source=chrome
Privacy Policy Page URL https://www.shounakgupte.com/privacypolicy.htm
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEO Highlight Links",
    "description": "SEO Highlight Links is a FREE SEO extension which displays all relevant information about links on a page and also highlights them.",
    "version": "1.0.1",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.11.3.js",
                "content.js",
                "js\/toastr.min.js"
            ],
            "css": [
                "css\/toastr.min.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "SEO Highlight Links",
        "default_icon": "img\/icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "storage",
        "http:\/\/*\/*"
    ]
}