Default Search Tool
Search the web using this useful tool from the address bar.
Default Search Toolคืออะไร?
Default Search Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://defaultsearchtool.com และคุณลักษณะหลักของมันคือ "Search the web using this useful tool from the address bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Default Search Tool
ดาวน์โหลดไฟล์ส่วนขยาย Default Search Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Search the web using the Default Search Tool from the address bar. Get inspired and make your Google Chrome experience better by replacing your browser's search bar or recent searches toolbar with Yahoo! search results. This extension configures your default search setting to Default Search Tool with results powered by Yahoo!. This extension can be uninstalled at any time. Privacy Policy: https://defaultsearchtool.com/Privacy.html EULA: https://defaultsearchtool.com/Terms.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Default Search Tool |
ID | efmlapiifhopliikdcggdflihnhnadcc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/default-search-tool/efmlapiifhopliikdcggdflihnhnadcc |
คำอธิบาย | Search the web using this useful tool from the address bar. |
ขนาดไฟล์ | 713 KB |
จำนวนการติดตั้ง | 8,046 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2021-09-30 |
วันที่เผยแพร่ | 2021-09-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://defaultsearchtool.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://beta.defaultsearchtool.com/Privacy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Default Search Tool", "name": "Default Search Tool", "description": "Search the web using this useful tool from the address bar.", "version": "1.0.2", "background": { "scripts": [ "bg.js" ] }, "offline_enabled": false, "chrome_settings_overrides": { "search_provider": { "name": "Default Search Tool", "keyword": "kw", "search_url": "https:\/\/dash.defaultsearchtool.com\/search?p={searchTerms}", "favicon_url": "https:\/\/defaultsearchtool.com\/favicon.ico", "suggest_url": "https:\/\/dash.defaultsearchtool.com\/suggest?p={searchTerms}", "encoding": "UTF-8", "is_default": true } }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "permissions": [ "cookies", "https:\/\/*.defaultsearchtool.com\/" ], "web_accessible_resources": [ "*.json" ] } |