Yet Another New Tab Page
It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…
Yet Another New Tab Pageคืออะไร?
Yet Another New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brian Mock และคุณลักษณะหลักของมันคือ "It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yet Another New Tab Page
ดาวน์โหลดไฟล์ส่วนขยาย Yet Another New Tab Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved performance. Check out the source code on GitHub! https://github.com/wavebeem/yantp
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | imfkhhcponjpjhfpaccepedaabjclbjj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/yet-another-new-tab-page/imfkhhcponjpjhfpaccepedaabjclbjj |
คำอธิบาย | It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved… |
ขนาดไฟล์ | 9.39 KB |
จำนวนการติดตั้ง | 194 |
เวอร์ชันปัจจุบัน | 21.0 |
อัปเดตครั้งล่าสุด | 2017-11-19 |
วันที่เผยแพร่ | 2017-11-19 |
คะแนน | 4.43/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | Brian Mock |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/wavebeem/yantp |
URL หน้าช่วยเหลือ | https://github.com/wavebeem/yantp |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "21.0", "name": "Yet Another New Tab Page", "short_name": "yantp", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "topSites", "bookmarks", "chrome:\/\/favicon\/" ], "chrome_url_overrides": { "newtab": "ntp.html" } } |