iStart New Tab
Simple and practical start page
iStart New Tabคืออะไร?
iStart New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wetabgroup และคุณลักษณะหลักของมันคือ "Simple and practical start page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iStart New Tab
ดาวน์โหลดไฟล์ส่วนขยาย iStart New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
iStart New Tab is a Simple and practical start page. By clicking "Add to Chrome", I accept and agree to installing the: iStart New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in terms of use URL and Policy URL. Terms of Use: https://policies.extfans.com/policies/terms/iStart-New-Tab.html Privacy Policy:https://policies.extfans.com/policies/privacy/iStart-New-Tab.html Contact us: https://policies.extfans.com/policies/contact/iStart-New-Tab.html About us: https://policies.extfans.com/policies/about/iStart-New-Tab.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | iStart New Tab |
ID | dihekmadkkcgnffajefocfamnpimlhah |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/istart-new-tab/dihekmadkkcgnffajefocfamnpimlhah |
คำอธิบาย | Simple and practical start page |
ขนาดไฟล์ | 19.58 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2023-06-15 |
วันที่เผยแพร่ | 2023-04-30 |
คะแนน | 4.60/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | wetabgroup |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://policies.extfans.com/policies/privacy/iStart-New-Tab.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "service_worker": "background\/background.js" }, "action": { "default_icon": { "128": "icons\/128.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "default_locale": "en", "description": "__MSG_extdesc__", "icons": { "128": "icons\/128.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png" }, "manifest_version": 3, "name": "__MSG_extname__", "host_permissions": [ "https:\/\/*.istartnewtab.com\/", "https:\/\/istartnewtab.com\/" ], "permissions": [ "cookies" ], "optional_permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.6" } |