New Tab Helper 2019
This extension provides a new homepage experience so you can easily find what you need.
New Tab Helper 2019คืออะไร?
New Tab Helper 2019 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mybrowserbar.com และคุณลักษณะหลักของมันคือ "This extension provides a new homepage experience so you can easily find what you need."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab Helper 2019
ดาวน์โหลดไฟล์ส่วนขยาย New Tab Helper 2019 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension provide a new tab where you can search with Yahoo. We include the latest pages you visited also so you can access them easily. You can disable the new tab page from the bottom of the new tab page. FAQs: Q: Is New Tab Helper free? A: Yes, it's not only free, but it’s also simple, unobtrusive and easy to use. Q: How do you uninstall/disable New Tab Helper? A: You can easily uninstall the New Tab Helper extension by selecting the List menu > More Tools > Extensions in your browser. Find the extension and remove/disable it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | New Tab Helper 2019 |
ID | hbcennhacfaagdopikcegfcobcadeocj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/new-tab-helper-2019/hbcennhacfaagdopikcegfcobcadeocj |
คำอธิบาย | This extension provides a new homepage experience so you can easily find what you need. |
ขนาดไฟล์ | 80.45 KB |
จำนวนการติดตั้ง | 25,960 |
เวอร์ชันปัจจุบัน | 2.4 |
อัปเดตครั้งล่าสุด | 2023-11-23 |
วันที่เผยแพร่ | 2020-05-25 |
คะแนน | 3.16/5 รวมทั้งหมด 68 คะแนน |
ผู้พัฒนา | https://www.mybrowserbar.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://www.mybrowserbar.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Helper 2019", "description": "This extension provides a new homepage experience so you can easily find what you need.", "version": "2.4", "background": { "scripts": [ "scripts\/utils.js", "scripts\/ntp.js", "scripts\/background.js" ] }, "icons": { "19": "icons\/hp-19.png", "48": "icons\/hp-48.png", "128": "icons\/hp-128.png" }, "chrome_url_overrides": { "newtab": "ntp\/newtab.html" }, "permissions": [ "tabs", "http:\/\/www.mybrowserbar.com\/", "webNavigation", "history", "storage" ] } |