Highlight Me

This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…

What is Highlight Me?

Highlight Me is a Chrome extension developed by Faycal Bessayah, and its main feature is "This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…".

Extension Screenshots

screenshot
screenshot

Download Highlight Me Extension CRX File

Download Highlight Me 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

                        This simple tool allows you to highlight selected text on web pages.
- You can choose among a variety of background colors.
- You can point out important information in long web pages by highlighting text with your mouse.

* You need to refresh opened pages after installation.                    

Extension Basic Information

Name Highlight Me Highlight Me
ID ddpcccogmbnjklniagfkclpbohhaoidf
Official URL https://chromewebstore.google.com/detail/highlight-me/ddpcccogmbnjklniagfkclpbohhaoidf
Description This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…
File Size 265 KB
Installation Count 27
Current Version 1.0
Last Updated 2021-03-14
Publish Date 2021-01-09
Developer Faycal Bessayah
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight Me",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "colorPick.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "Highlight.png",
        "default_popup": "index.html",
        "default_title": "Highlight Me"
    }
}