CloudSearch
CloudSearch - Search the web, and get your results fast
CloudSearch क्या है?
CloudSearch jd295598 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CloudSearch - Search the web, and get your results fast"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CloudSearch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
CloudSearch - Search the web swiftly from your browser CloudSearch - Light and minimal new tab / search bar that allows you to search swiftly by text or by voice and navigate easily to your favorite, recently visited sites. For more information please visit: https://www.cloudsearch.digital Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the CloudSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.cloudsearch.digital/site/pages/terms_of_use and privacy policy at https://www.cloudsearch.digital/site/pages/privacy_policy. The extension will update your new-tab search and will change your search engine to be powered by Yahoo.
एक्सटेंशन की मूल जानकारी
नाम | CloudSearch |
ID | ajfcilnkfhhdofoplbnbicjbcoflpppa |
आधिकारिक URL | https://chromewebstore.google.com/detail/cloudsearch/ajfcilnkfhhdofoplbnbicjbcoflpppa |
विवरण | CloudSearch - Search the web, and get your results fast |
फ़ाइल का आकार | 184 KB |
स्थापना संख्या | 1,294 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2022-03-22 |
प्रकाशन तिथि | 2022-01-20 |
डेवलपर | jd295598 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.cloudsearch.digital/ |
गोपनीयता नीति पृष्ठ URL | https://bidlabs.net/privacy_policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "author": "CloudSearch", "name": "CloudSearch", "version": "1.0.4", "manifest_version": 2, "description": "CloudSearch - Search the web, and get your results fast", "homepage_url": "https:\/\/cloudsearch.digital\/", "browser_action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "persistent": true, "scripts": [ "src\/js\/jquery.js", "src\/js\/utils.js", "src\/js\/background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "topSites", "storage", "chrome:\/\/favicon\/", "https:\/\/*.cloudsearch.digital\/*" ], "short_name": "CloudSearch", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |