Instant Search
Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.
Instant Search क्या है?
Instant Search amilagm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Instant Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension lets you run an instant google search from the current page you are viewing. Just highlight the text that you want to search and click the search icon shown next to the highlighted text. Then A popup window will appear with the google search results. Your comments are always welcome.
एक्सटेंशन की मूल जानकारी
नाम | Instant Search |
ID | ldelfnbfmfpamgcanbnoonnblifbjihh |
आधिकारिक URL | https://chromewebstore.google.com/detail/instant-search/ldelfnbfmfpamgcanbnoonnblifbjihh |
विवरण | Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup. |
फ़ाइल का आकार | 19 KB |
स्थापना संख्या | 434 |
वर्तमान संस्करण | 1.0.1.2 |
अंतिम अपडेट | 2013-11-23 |
प्रकाशन तिथि | 2013-11-23 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | amilagm |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant Search", "version": "1.0.1.2", "description": "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "*:\/\/*\/*", "tabs" ], "content_scripts": [ { "matches": [ " |