Select and Search
Search for selected text on any search engine.
Select and Search क्या है?
Select and Search 痛ったい द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for selected text on any search engine."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Select and Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You can add or remove search engines to context menu. You can also search for images, videos, dictionaries and shopping or use translations and more. 《 URL format for search settings in the option page 》 Your selected text will be replaced from %s in URL for search or that is placed at the end of the URL. https://www.google.com/search?q=%s or https://www.google.com/search?q= * If you need a separator, set TITLE and URL to "-"(minus sign). * Search engine URL examples available, please see my web page (Firefox version).
एक्सटेंशन की मूल जानकारी
नाम | Select and Search |
ID | mjdbaljlhcapchmnabhkalepomkbcjno |
आधिकारिक URL | https://chromewebstore.google.com/detail/select-and-search/mjdbaljlhcapchmnabhkalepomkbcjno |
विवरण | Search for selected text on any search engine. |
फ़ाइल का आकार | 15.47 KB |
स्थापना संख्या | 116 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2021-08-18 |
प्रकाशन तिथि | 2020-05-09 |
डेवलपर | 痛ったい |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://addons.mozilla.org/en-US/firefox/addon/select-and-search/ |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.4", "default_locale": "en", "author": "\u75db\u3063\u305f\u3044", "background": { "scripts": [ "background.js" ] }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "permissions": [ "storage", "contextMenus", "tabs" ] } |