Multi-Highlight Tool

Search and highlight multiple words on web pages.

Qu'est-ce que Multi-Highlight Tool ?

Multi-Highlight Tool est une extension Chrome développée par multihighttoolextension, et sa fonction principale est "Search and highlight multiple words on web pages.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Multi-Highlight Tool

Téléchargez les fichiers d'extension Multi-Highlight Tool 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

                        Easily add words to a list and have them highlighted on web pages.                    

Informations de Base sur l'Extension

Nom Multi-Highlight Tool Multi-Highlight Tool
ID elbamfklmdfhbighpndmfdidofdonigb
URL Officiel https://chromewebstore.google.com/detail/multi-highlight-tool/elbamfklmdfhbighpndmfdidofdonigb
Description Search and highlight multiple words on web pages.
Taille du Fichier 50.12 KB
Nombre d'Installations 30,204
Version Actuelle 1.0
Dernière Mise à Jour 2021-08-28
Date de Publication 2021-08-28
Évaluation 4.43/5 Total 14 Évaluations
Développeur multihighttoolextension
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/19x19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/highlight.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/highlighter.js",
                "js\/content-action.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "description": "Search and highlight multiple words on web pages.",
    "icons": {
        "100": "img\/100x100.png",
        "128": "img\/128x128.png",
        "19": "img\/19x19.png",
        "48": "img\/48x48.png"
    },
    "manifest_version": 2,
    "name": "Multi-Highlight Tool",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}