Easy Search
Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
Easy Search क्या है?
Easy Search woogyboogy73 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This nifty extensions helps you quicky search on the Google search engine the current highlighted text. Simply press the key combination (Ctrl+Shift+S) to search the selected text on Google.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fcdpihjpncikmjengigheocmceffcgoo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/easy-search/fcdpihjpncikmjengigheocmceffcgoo |
विवरण | Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google. |
फ़ाइल का आकार | 11.3 KB |
स्थापना संख्या | 6,000 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2014-01-02 |
प्रकाशन तिथि | 2014-01-02 |
रेटिंग | 1.75/5 कुल 4 रेटिंग्स |
डेवलपर | woogyboogy73 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Search", "description": "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "0.1", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "google-search": { "suggested_key": { "default": "Ctrl+Shift+S" }, "description": "Google search selected text" } } } |