minimal-new-tab
(FINISHED) Replacement of the new tab for Google Chrome
minimal-new-tabคืออะไร?
minimal-new-tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย durancristhian และคุณลักษณะหลักของมันคือ "(FINISHED) Replacement of the new tab for Google Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย minimal-new-tab
ดาวน์โหลดไฟล์ส่วนขยาย minimal-new-tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
(FINISHED) Replacement of the new tab for Google Chrome Version 1.0: - Deleted extra functionality and commented code Versión 0.3: - Added animate.css animations and daily quotes Versión 0.2: - ToDo list added at the right Versión 0.1: - Added centered day and hour
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | minimal-new-tab |
ID | nljoaafhkenagpclofihfbfhkhddhdlk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/minimal-new-tab/nljoaafhkenagpclofihfbfhkhddhdlk |
คำอธิบาย | (FINISHED) Replacement of the new tab for Google Chrome |
ขนาดไฟล์ | 575 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-11-29 |
วันที่เผยแพร่ | 2015-11-29 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | durancristhian |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "minimal-new-tab", "description": "(FINISHED) Replacement of the new tab for Google Chrome", "version": "1.0", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "icons": { "16": "img\/icon-16.png", "128": "img\/icon-128.png" } } |