RichSearch
RichSearch
RichSearch क्या है?
RichSearch jd295598 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RichSearch"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RichSearch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
RichSearch - Search the web swiftly from your browser RichSearch - Light and minimal new tab that allows you to search swiftly by text or by voice and navigate easily to your favorite, recently visited sites. By clicking "Add to Chrome", I accept and agree to installing the “RichSearch” Chrome extension and setting Chrome™ new tab search to that provided by Microsoft Bing as the service and the Terms of Use and Privacy Policy. For more information please visit: https://www.richsearch.digital Please leave us a 5 start review! of Use at https://www.richsearch.digital/site/pages/terms_of_use and privacy policy at https://www.richsearch.digital/site/pages/privacy_policy.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mgajdmhobebickaoaepogkkomapbkmga |
आधिकारिक URL | https://chromewebstore.google.com/detail/richsearch/mgajdmhobebickaoaepogkkomapbkmga |
विवरण | RichSearch |
फ़ाइल का आकार | 180 KB |
स्थापना संख्या | 2,195 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2023-08-29 |
प्रकाशन तिथि | 2022-02-04 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | jd295598 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.richsearch.digital/ |
गोपनीयता नीति पृष्ठ URL | https://bidlabs.net/privacy_policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RichSearch", "description": "RichSearch", "version": "1.0.5", "manifest_version": 3, "homepage_url": "https:\/\/www.richsearch.digital", "action": { "default_icon": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" } }, "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "background": { "service_worker": "background.js" }, "content_security_policy": { "script-src": "self unsafe-inline", "object-src": "self", "img-src": "chrome:\/\/favicon;" }, "chrome_url_overrides": { "newtab": "assets\/src\/override\/override.html" }, "permissions": [ "topSites", "storage", "alarms" ], "host_permissions": [ "https:\/\/www.google.com\/s2\/favicons*", "https:\/\/*.richsearch.digital\/*" ] } |