Google Keyword Highlighter
Highlights Google-matched words in colour
Google Keyword Highlighter क्या है?
Google Keyword Highlighter Old Pike Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlights Google-matched words in colour"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Keyword Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This very simple extension allows the addition of a highlight colour to all the matched words Google finds in the excerpts shown in a search results page (which normally are displayed only in a rather discreet boldface). The highlight colour can be chosen on the extension's Options Page.
एक्सटेंशन की मूल जानकारी
नाम | Google Keyword Highlighter |
ID | aocmoogbdjejoimokamdoekglbibpnda |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-keyword-highlighte/aocmoogbdjejoimokamdoekglbibpnda |
विवरण | Highlights Google-matched words in colour |
फ़ाइल का आकार | 46.83 KB |
स्थापना संख्या | 28 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2024-02-04 |
प्रकाशन तिथि | 2021-10-21 |
डेवलपर | Old Pike Software |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://oldpike.bxtrom.eu/privacy_policy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Keyword Highlighter", "version": "1.2", "description": "Highlights Google-matched words in colour", "icons": { "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_page": "options.html", "permissions": [ "storage" ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/*.google.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "icon_128.png" ], "matches": [ "https:\/\/*.google.com\/*" ] } ] } |