Animal Crossing New Tab Page
Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch).
Animal Crossing New Tab Pageคืออะไร?
Animal Crossing New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kyrakodes และคุณลักษณะหลักของมันคือ "Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Animal Crossing New Tab Page
ดาวน์โหลดไฟล์ส่วนขยาย Animal Crossing New Tab Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
New tab page with -date -time -5 links: reddit, youtube, netflix, twitter, and twitch -6 background that change randomly when you refresh the page -close button that will take you back to the default chrome new tab page
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nkdpbaofodhjikmcomchflnfebeidela |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/animal-crossing-new-tab-p/nkdpbaofodhjikmcomchflnfebeidela |
คำอธิบาย | Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch). |
ขนาดไฟล์ | 2.32 MB |
จำนวนการติดตั้ง | 448 |
เวอร์ชันปัจจุบัน | 2.1.1.0 |
อัปเดตครั้งล่าสุด | 2020-04-22 |
วันที่เผยแพร่ | 2020-04-22 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | kyrakodes |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Animal Crossing New Tab Page", "description": "Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch).", "version": "2.1.1.0", "minimum_chrome_version": "46", "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/gh\/kyfosh\/AC_extension\/moment.js https:\/\/cdn.jsdelivr.net\/gh\/kyfosh\/AC_extension\/dif_bg.js https:\/\/cdn.jsdelivr.net\/gh\/kyfosh\/AC_extension\/getTime.js https:\/\/cdn.jsdelivr.net\/gh\/kyfosh\/AC_extension\/defaultTab4.js; object-src 'self'", "permissions": [ "management", "fontSettings", "tabs" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |