Easy Search
Add search engine easily.
Easy Search क्या है?
Easy Search Vere Perrot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add search engine easily."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add or edit search engines in the location bar. And search via keywords. Feature: * Add search engine Step: Type ain the location bar to add a search engine Example: a http://www.google.com * Search via a keyword Step: Type Example: a go USA * Add a %s search engine Step: Type a in the location bar to add a search engine Example: a https://en.wikipedia.org/wiki/%s * Modify the keyword Step: Type a == in the location bar to add a search engine Example: a google=http://www.google.com * Have suggest list Step: Type a will show a suggest list under the location bar Example: a go http://www.google.com * Search engines context menu Step: select a text in a web page, then right click to show the search engines menu for searching. Or just right click to select a search engine in the search engines menu, then type some text in the pop up text box for searching.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jnmolchiicelkdmmabpbinpbccajkobf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/easy-search/jnmolchiicelkdmmabpbinpbccajkobf |
विवरण | Add search engine easily. |
फ़ाइल का आकार | 26.19 KB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2016-01-12 |
प्रकाशन तिथि | 2016-01-12 |
डेवलपर | Vere Perrot |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_description__", "version": "1.2", "author": "Vere Perrot", "default_locale": "en", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "contextMenus" ], "omnibox": { "keyword": "a" } } |