Highlight Me

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

Wat is Highlight Me?

Highlight Me is een Chrome-extensie ontwikkeld door Faycal Bessayah, en de belangrijkste functie is "This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Highlight Me

Download Highlight Me-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Highlight Me Highlight Me
ID ddpcccogmbnjklniagfkclpbohhaoidf
Officiële URL https://chromewebstore.google.com/detail/highlight-me/ddpcccogmbnjklniagfkclpbohhaoidf
Beschrijving This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…
Bestandsgrootte 265 KB
Aantal Installaties 27
Huidige Versie 1.0
Laatst Bijgewerkt 2021-03-14
Publicatiedatum 2021-01-09
Ontwikkelaar Faycal Bessayah
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}