TinySearch - Advanced Navigator
Extend the browser's built-in search functionality to provide a more convenient and accurate search experience.
TinySearch - Advanced Navigatorคืออะไร?
TinySearch - Advanced Navigator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeremy Pang และคุณลักษณะหลักของมันคือ "Extend the browser's built-in search functionality to provide a more convenient and accurate search experience."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TinySearch - Advanced Navigator
ดาวน์โหลดไฟล์ส่วนขยาย TinySearch - Advanced Navigator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
TinySearch - Advanced Navigator.
TinySearch is a Link search extension tool created for everyone, especially students, developers, and researcher, those who need to browse a lot of web pages.
If you're struggling with your browser not pinpointing exactly the web page you need, now we have a better solution for you. Based on your Browsing history, Bookmark collections, TinySearch provides you with more accurate navigation functionality.
You don't need a lot of bookmarks, nor any fancy NewTab extensions. All you need to do is browse the web as usual, and then type in a few letters to get the web page you need. Everything is consistent with the browser's original function, and there's nothing simpler than this.
When you find noting locally, a variety of popular search engines are supported by default. For example, Chrome, Microsoft Bing, Wikipedia, and China's Baidu, and so on.
TinySearch will provide the following features:
- 🔍 A better search experience
- 🔒 No security risks
- 🌈 Zero interference to web pages
- 🕹 Full keyboard shortcut supported
- 🌚 Dark mode supported
- 🚀 Continuously upgrade new features
What are you waiting for? Give it a try now~
Support:
Have any questions or feedback? Please get in touch with our support team at [email protected]. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | iocjmdhbachfomccdpolikkapbbeidbl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tinysearch-advanced-navig/iocjmdhbachfomccdpolikkapbbeidbl |
| คำอธิบาย | Extend the browser's built-in search functionality to provide a more convenient and accurate search experience. |
| ขนาดไฟล์ | 316 KB |
| จำนวนการติดตั้ง | 213 |
| เวอร์ชันปัจจุบัน | 0.0.5 |
| อัปเดตครั้งล่าสุด | 2023-03-21 |
| วันที่เผยแพร่ | 2023-03-16 |
| คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | Jeremy Pang |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
},
"default_popup": "popup.html"
},
"version": "0.0.5",
"author": "Jeremy Pang",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"permissions": [
"tabs",
"bookmarks",
"history",
"favicon",
"storage"
],
"default_locale": "en",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+U",
"mac": "Command+U"
}
}
},
"host_permissions": [],
"web_accessible_resources": [
{
"resources": [
"assets\/images\/*",
"__plasmo_hmr_proxy__",
"_favicon\/*"
],
"matches": []
}
]
} | |