ZenSearch

ZenSearch - Search the web, and get your results fast

Τι είναι το ZenSearch;

Το ZenSearch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://zensearch.online, και η κύρια λειτουργία του είναι "ZenSearch - Search the web, and get your results fast".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ZenSearch

Λήψη αρχείων επέκτασης ZenSearch σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}