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 |
| 官方網址 | 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'"
}
} | |