Omnifinder
A customizable search engine that combines them all.
Omnifinder क्या है?
Omnifinder https://omnifinder.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A customizable search engine that combines them all."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Omnifinder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Directly search on the most useful websites ! - Dozens of search engines available in 1 click - Smart search suggestions - Fully customizable layout - Colorful themes - Right-click context menu integration - New tab page replacement (optional) - No recording of your searches - DuckDuckGo support (prevents tracking)
एक्सटेंशन की मूल जानकारी
नाम | Omnifinder |
ID | ecmipeblhclmbklgalmpgilfonejhlgb |
आधिकारिक URL | https://chromewebstore.google.com/detail/omnifinder/ecmipeblhclmbklgalmpgilfonejhlgb |
विवरण | A customizable search engine that combines them all. |
फ़ाइल का आकार | 10.17 KB |
स्थापना संख्या | 2,691 |
वर्तमान संस्करण | 2.8 |
अंतिम अपडेट | 2017-01-24 |
प्रकाशन तिथि | 2017-01-24 |
रेटिंग | 3.50/5 कुल 60 रेटिंग्स |
डेवलपर | https://omnifinder.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://omnifinder.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omnifinder", "version": "2.8", "description": "A customizable search engine that combines them all.", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "find.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": [], "permissions": [ "contextMenus", "http:\/\/omnifinder.com\/", "storage" ], "web_accessible_resources": [ "option.html", "is_installed.js" ], "homepage_url": "http:\/\/omnifinder.com\/" } |