123 Multi-Highlight PRO

Search and highlight multiple words and sentences on web pages with professional precision.

123 Multi-Highlight PRO क्या है?

123 Multi-Highlight PRO https://titanplugins.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search and highlight multiple words and sentences on web pages with professional precision."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Highlight multiple words with different colors, get real time stats and make complex search queries.

Imagine this extension as a search wizard for web pages! If you use * in your query, it acts like a magic key that can represent any word. So, if you search "I * unicorns" it finds sentences like "I love unicorns" and "I hate unicorns". It's like having a super-smart search that understands the magic behind your words!

Privacy is our priority! 123 Highlighter PRO respects your privacy. All your data stays on your local machine, and we don't access or save your queries.                    

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

नाम 123 Multi-Highlight PRO 123 Multi-Highlight PRO
ID begjjnkmpjhpleiefokjhfenionaffkn
आधिकारिक URL https://chromewebstore.google.com/detail/123-multi-highlight-pro/begjjnkmpjhpleiefokjhfenionaffkn
विवरण Search and highlight multiple words and sentences on web pages with professional precision.
फ़ाइल का आकार 2.4 MB
स्थापना संख्या 206
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2024-01-04
प्रकाशन तिथि 2021-12-28
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर https://titanplugins.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://titanplugins.com/123mhp
सहायता पृष्ठ URL https://titanplugins.com/123mhp
गोपनीयता नीति पृष्ठ URL https://titanplugins.com/123mhp-privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "123 Multi-Highlight PRO",
    "description": "Search and highlight multiple words and sentences on web pages with professional precision.",
    "version": "2.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "123 Multi-Highlight PRO",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/icons\/app_icon.png",
            "48": "\/icons\/app_icon.png",
            "128": "\/icons\/app_icon.png"
        }
    },
    "icons": {
        "128": "\/icons\/app_icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+S",
                "mac": "Alt+S",
                "chromeos": "Alt+S",
                "linux": "Alt+S"
            }
        }
    }
}