ZenSearch
ZenSearch - Search the web, and get your results fast
Hvad er ZenSearch?
ZenSearch er en Chrome-udvidelse udviklet af https://zensearch.online, og dens hovedfunktion er "ZenSearch - Search the web, and get your results fast".
Udvidelsesskærmbilleder
Download ZenSearch-udvidelses-CRX-fil
Download ZenSearch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ccclcgoicfgcjdlojiamokegmckobaif |
| Officiel URL | https://chromewebstore.google.com/detail/zensearch/ccclcgoicfgcjdlojiamokegmckobaif |
| Beskrivelse | ZenSearch - Search the web, and get your results fast |
| Filstørrelse | 520 KB |
| Antal Installationer | 10,000 |
| Nuværende Version | 1.1.1 |
| Senest Opdateret | 2022-09-07 |
| Udgivelsesdato | 2021-06-15 |
| Bedømmelse | 4.85/5 Samlet 13 Bedømmelser |
| Udvikler | https://zensearch.online |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://zensearch.online |
| URL til Fortrolighedspolitik Side | https://zensearch.online/web/privacy_policy |
| Understøttede Sprog | 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"
]
} | |