Apps in new tab
Shows the list of installed apps instead of the search page when opening a new tab.
Apps in new tabคืออะไร?
Apps in new tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Guillaume Ryder และคุณลักษณะหลักของมันคือ "Shows the list of installed apps instead of the search page when opening a new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Apps in new tab
ดาวน์โหลดไฟล์ส่วนขยาย Apps in new tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces the default new tab page with the apps list. Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Apps in new tab |
ID | mpojaelnfgiajhilmojddklffggldfbp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp |
คำอธิบาย | Shows the list of installed apps instead of the search page when opening a new tab. |
ขนาดไฟล์ | 4.63 KB |
จำนวนการติดตั้ง | 564 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2022-10-24 |
วันที่เผยแพร่ | 2019-09-27 |
คะแนน | 2.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Guillaume Ryder |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/guilryder/chrome-extensions/tree/master/newtab |
URL หน้าช่วยเหลือ | https://github.com/guilryder/chrome-extensions/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Apps in new tab", "version": "2.0.0", "description": "Shows the list of installed apps instead of the search page when opening a new tab.", "author": "Guillaume Ryder", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "apps.html" } } |