Highlight Links

Quickly highlight links in a web page

What is Highlight Links?

Highlight Links is a Chrome extension developed by alexiszam, and its main feature is "Quickly highlight links in a web page".

Extension Screenshots

screenshot

Download Highlight Links Extension CRX File

Download 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

                        Quickly highlight all links in a web page. Simply right-click on the page, choose "Highlight links" from the menu and all links will be highlighted!

Icons made by Freepik from www.flaticon.com                    

Extension Basic Information

Name Highlight Links Highlight Links
ID cconfdckijkfakepljihmbmfjpafmjij
Official URL https://chromewebstore.google.com/detail/highlight-links/cconfdckijkfakepljihmbmfjpafmjij
Description Quickly highlight links in a web page
File Size 10.58 KB
Installation Count 715
Current Version 1.0.0
Last Updated 2020-12-20
Publish Date 2020-12-19
Rating 3.00/5 Total 6 Ratings
Developer alexiszam
Email [email protected]
Payment Type free
Extension Website https://github.com/AlexisZam/highlight-links
Help Page URL https://github.com/AlexisZam/highlight-links/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "description": "Quickly highlight links in a web page",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Highlight Links",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "version": "1.0.0"
}