Online Search
Online Search replaces your new tab with trending searches & sponsored web search.
什么是Online Search?
Online Search是由Online Search Tool开发的Chrome扩展程序,该扩展的主要功能是“Online Search replaces your new tab with trending searches & sponsored web search.”。
扩展截图
下载Online Search扩展crx文件
下载Online Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With Online Search extension you get a New Tab search experience including
-New tab search form functionality.
-Popular Daily Trending Searches
-Convenient sponsored web search on your new tab.
Permissions we request:
New Tab:
This permission allows the extension to replace the page you see when opening a new tab
Privacy Policy:
https://onlinesearchtool.org/pages2/privacy.html
Uninstall Instructions:
https://onlinesearchtool.org/pages2/uninstall.html 扩展基本信息
| 名称 | |
| ID | nhokeekobeiamfefjfdpjimojmdceghn |
| 官方URL | https://chromewebstore.google.com/detail/online-search/nhokeekobeiamfefjfdpjimojmdceghn |
| 简介 | Online Search replaces your new tab with trending searches & sponsored web search. |
| 文件大小 | 789 KB |
| 安装次数 | 34,096 |
| 当前版本 | 1.0.1.1 |
| 更新时间 | 2023-01-22 |
| 上架时间 | 2022-04-09 |
| 开发者 | Online Search Tool |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://onlinesearchtool.org/pages/privacy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.1.1",
"manifest_version": 3,
"short_name": "Online Search",
"description": "Online Search replaces your new tab with trending searches & sponsored web search.",
"name": "Online Search",
"background": {
"service_worker": "service_worker.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.onlinesearchtool.org\/*"
],
"resources": [
"*.json",
"favicon.ico"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
} | |