Highlighted Search
Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.
Highlighted Search क्या है?
Highlighted Search gharezlak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Highlighted Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use your cursor to highlight someone's name in your current tab, then simply click the icon that appears in your omnibox. That will open 5 new tabs, using the highlighted text as a search parameter, to search Github, LinkedIn, Facebook. Google and Google Scholar, for that person's name.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kabajmplhbdbdmejnmjkpbajiimifdon |
आधिकारिक URL | https://chrome.google.com/webstore/detail/highlighted-search/kabajmplhbdbdmejnmjkpbajiimifdon |
विवरण | Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter. |
फ़ाइल का आकार | 124 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2017-05-11 |
प्रकाशन तिथि | 2017-05-11 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | gharezlak |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Highlighted Search", "manifest_version": 2, "description": "Simultaneously search your favorite sites using the highlighted text on the current screen as the search parameter.", "version": "0.1.3", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "background", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_title": "Dynamic-InMail", "default_icon": "icon.png" } } |