Automatic Keywords Highlighter

Automatically highlights given keywords on any web page you visit.

Automatic Keywords Highlighter क्या है?

Automatic Keywords Highlighter Matthias Path द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically highlights given keywords on any web page you visit."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Set a list of keywords and Automatic Keywords Highlighter will automatically highlight them on any web page you visit. The icon shows you how often a keyword was highlighted on the current page.

Instead of searching for the interesting bits of a web page, let Automatic Keywords Highlighter show them to you instantly. Simply type in a list of keywords and pick your favourite highlighter color.

Stop searching! Use Automatic Keywords Highlighter!                    

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

नाम Automatic Keywords Highlighter Automatic Keywords Highlighter
ID gcpknobcboilhnacklgmaamlcnblneoi
आधिकारिक URL https://chrome.google.com/webstore/detail/automatic-keywords-highli/gcpknobcboilhnacklgmaamlcnblneoi
विवरण Automatically highlights given keywords on any web page you visit.
फ़ाइल का आकार 46.37 KB
स्थापना संख्या 5,000
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2015-04-15
प्रकाशन तिथि 2015-04-15
रेटिंग 3.36/5 कुल 36 रेटिंग्स
डेवलपर Matthias Path
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/wrzlbrmft/chrome-keywords-highlighter/blob/master/README.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Automatic Keywords Highlighter",
    "short_name": "Automatic Keywords Highlighter",
    "description": "Automatically highlights given keywords on any web page you visit.",
    "version": "0.1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "72": "icons\/icon72.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "homepage_url": "https:\/\/github.com\/wrzlbrmft\/chrome-keywords-highlighter\/blob\/master\/README.md",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "72": "icons\/icon72.png",
            "96": "icons\/icon96.png",
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png"
        },
        "default_title": "Automatic Keywords Highlighter",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}