Highlight Me

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

Qu'est-ce que Highlight Me ?

Highlight Me est une extension Chrome développée par Faycal Bessayah, et sa fonction principale est "This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Highlight Me

Téléchargez les fichiers d'extension Highlight Me au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Highlight Me Highlight Me
ID ddpcccogmbnjklniagfkclpbohhaoidf
URL Officiel 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…
Taille du Fichier 265 KB
Nombre d'Installations 27
Version Actuelle 1.0
Dernière Mise à Jour 2021-03-14
Date de Publication 2021-01-09
Développeur Faycal Bessayah
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}