Keywords Highlighter

a chrome extension that highlights keywords on web pages, making it easy to find or skip information

Keywords Highlighter क्या है?

Keywords Highlighter Maxim Zhukov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "a chrome extension that highlights keywords on web pages, making it easy to find or skip information"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Keywords Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Introducing Keyword Highlighter - the must-have Chrome extension for anyone who wants to quickly and easily find or skip information on web pages.

With Keyword Highlighter, you can highlight keywords of your choice on any webpage, making it a breeze to find the information you're looking for. Whether you're a job seeker scanning job descriptions for specific keywords or an HR professional searching for qualified candidates, this extension is the perfect tool for you.

You can highlight both positive and negative keywords, giving you the power to easily filter out irrelevant information and focus only on the content that matters to you. Plus, the extension is incredibly easy to use - simply install it and start highlighting!

But that's not all - Keyword Highlighter also comes equipped with a variety of features to make your browsing experience even better. You can easily customize the colors and styles of your highlights, create and save multiple highlight sets for different use cases, and even set up automatic highlighting rules for certain websites.

Don't hesitate, install Keyword Highlighter now and enjoy effortless web browsing!                    

एक्सटेंशन की मूल जानकारी

नाम Keywords Highlighter Keywords Highlighter
ID lmaonnpepldfnbkbmhkkficpmjdlojnn
आधिकारिक URL https://chromewebstore.google.com/detail/keywords-highlighter/lmaonnpepldfnbkbmhkkficpmjdlojnn
विवरण a chrome extension that highlights keywords on web pages, making it easy to find or skip information
फ़ाइल का आकार 139 KB
स्थापना संख्या 376
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2023-05-23
प्रकाशन तिथि 2023-05-06
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर Maxim Zhukov
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/FSou1/Keywords-Highlighter
सहायता पृष्ठ URL https://github.com/FSou1/Keywords-Highlighter
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Keywords Highlighter",
    "version": "0.0.6",
    "description": "a chrome extension that highlights keywords on web pages, making it easy to find or skip information",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}