Highlight google search result text
Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
Highlight google search result text क्या है?
Highlight google search result text Zudwa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Highlight google search result text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Highlight google search result text |
ID | kafonnappobpdlafifbfbenjabakmihe |
आधिकारिक URL | https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe |
विवरण | Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted |
फ़ाइल का आकार | 12.97 KB |
स्थापना संख्या | 75 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2014-04-03 |
प्रकाशन तिथि | 2014-04-02 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | Zudwa |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlight google search result text", "description": "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted", "version": "0.1.3", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "google-search.js", "search-result.js" ] } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |