WebExtension.net
WebExtension.net

Highlight This: finds and marks words

View on Chrome Web Store
View Highlight This: finds and marks words Chrome Extension on Chrome Web Store
3.8 (394 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatically finds and highlights words and phrases on the web page according to your list
Type
Extension
Users
100,000 users
Wim Deboel
View author page of Wim Deboel
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 27, 2014
Version 6.3.11
Manifest version
3
Updated
Updated on September 2, 2024
View on Chrome Web Store
View Highlight This: finds and marks words Chrome Extension on Chrome Web Store
productivity/education
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "short_name": "Highlight This",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications",
        "alarms",
        "storage",
        "offscreen"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4qbwro4b0R7cWD43H9p1R\/1zo2bXD92jSfXUG9cK4o\/bPEQMn8jd4Zv8C50vB5r0Xo\/HPFnc8Kb3gPzGs0vVMwiCTAvcANkgUyppUgOCMjdHeYFdHMlVPGKM0sDM9TUuKKgT2EjjZh+utU48H7JsMALLVBuUMFo2xsXj4hGFr44nx5B5TSfBwFCP6M+xI499Owa5wU65I\/qe4HeVV7urF9dy\/s0ttmBJWebTLPTbsF9QnJfCP+L1ewWflfHiVZscUkzW+IxkwGRbpth1yXFuRsJ\/4UZBQtL7mo18lJaoU5qLdthJcwde4MiyvgvcD5ZUeTKXl5fo+vwd3+q\/hX47LQIDAQAB",
    "icons": {
        "16": "Plugin16.png",
        "96": "Plugin96.png"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "commands": {
        "ScrollHighlight": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space"
            },
            "description": "ScrollHighlight"
        }
    },
    "version": "6.3.11",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "tab\/wordsManager.js",
                "common.js",
                "highlightEngine.js",
                "highlightFields.js",
                "tabWordHighlighter.js"
            ],
            "css": [
                "highlightThis.css"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "match_about_blank": true
        }
    ],
    "action": {
        "default_icon": {
            "16": "Plugin16.png"
        },
        "default_title": "Click Me",
        "default_popup": "popup.html"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top