Customized Search
This Extension will configure your default search to Customized Search. Start by typing a query in the search field.
Customized Search क्या है?
Customized Search https://find.customizedsearch.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Extension will configure your default search to Customized Search. Start by typing a query in the search field."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Customized Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Search the web using this useful tool from the address bar. This extension configures your default search setting to Customized Search with results powered best suitable search provider. This extension can be uninstalled at any time. Permissions & Reasons Used: Our extension only uses the minimum permissions required.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nbimgmpbgkljaamdhfhggfchmfmdddca |
आधिकारिक URL | https://chrome.google.com/webstore/detail/customized-search/nbimgmpbgkljaamdhfhggfchmfmdddca |
विवरण | This Extension will configure your default search to Customized Search. Start by typing a query in the search field. |
फ़ाइल का आकार | 90.98 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.02 |
अंतिम अपडेट | 2022-02-08 |
प्रकाशन तिथि | 2020-11-23 |
डेवलपर | https://find.customizedsearch.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://customizedsearch.net |
सहायता पृष्ठ URL | https://customizedsearch.net/contact/ |
गोपनीयता नीति पृष्ठ URL | https://customizedsearch.net/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "scripts": [ "js\/jquery-2.2.4.js", "js\/background.js" ] }, "browser_action": { "default_icon": "image\/16.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/find.customizedsearch.net\/favicon.ico", "is_default": true, "keyword": "Customized Search", "name": "Customized Search", "search_url": "https:\/\/find.customizedsearch.net\/?q={searchTerms}" } }, "description": "This Extension will configure your default search to Customized Search. Start by typing a query in the search field.", "icons": { "128": "image\/128.png", "64": "image\/64.png", "48": "image\/48.png", "32": "image\/32.png", "16": "image\/16.png" }, "homepage_url": "https:\/\/find.customizedsearch.net\/?c=1905", "options_ui": { "chrome_style": true, "open_in_tab": true, "page": "options\/options.html" }, "manifest_version": 2, "name": "Customized Search", "permissions": [ "storage", "unlimitedStorage", "https:\/\/find.customizedsearch.net\/*", "https:\/\/find.customizedsearch.net\/*", "webRequest", "webRequestBlocking" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.02" } |