Online Search
Online Search replaces your new tab with trending searches & sponsored web search.
Online Searchคืออะไร?
Online Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Online Search Tool และคุณลักษณะหลักของมันคือ "Online Search replaces your new tab with trending searches & sponsored web search."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Online Search
ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}
} | |