ZenSearch

ZenSearch - Search the web, and get your results fast

ZenSearch क्या है?

ZenSearch https://zensearch.online द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ZenSearch - Search the web, and get your results fast"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ZenSearch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ZenSearch - Light and minimal new tab that allows you to search quickly and navigate easily to your favorite, recently visited sites.

For more information please visit: https://zensearch.online
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the ZenSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://zensearch.online/web/terms_of_use and privacy policy at https://zensearch.online/web/privacy_policy.

The extension will update your new-tab search engine to be powered by Bing.                    

एक्सटेंशन की मूल जानकारी

नाम ZenSearch ZenSearch
ID ccclcgoicfgcjdlojiamokegmckobaif
आधिकारिक URL https://chromewebstore.google.com/detail/zensearch/ccclcgoicfgcjdlojiamokegmckobaif
विवरण ZenSearch - Search the web, and get your results fast
फ़ाइल का आकार 520 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2022-09-07
प्रकाशन तिथि 2021-06-15
रेटिंग 4.85/5 कुल 13 रेटिंग्स
डेवलपर https://zensearch.online
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://zensearch.online
गोपनीयता नीति पृष्ठ URL https://zensearch.online/web/privacy_policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ZenSearch",
    "name": "ZenSearch",
    "short_name": "zensearch",
    "version": "1.1.1",
    "manifest_version": 3,
    "description": "ZenSearch - Search the web, and get your results fast",
    "homepage_url": "https:\/\/zensearch.online",
    "omnibox": {
        "keyword": "ze"
    },
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png"
        }
    },
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "topSites",
        "storage"
    ]
}