ZenSearch
ZenSearch - Search the web, and get your results fast
ZenSearchとは何ですか?
ZenSearchはhttps://zensearch.onlineによって開発されたChromeの拡張機能で、その主な機能は「ZenSearch - Search the web, and get your results fast」です。
拡張機能のスクリーンショット
ZenSearch拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |