Derpi-New Tab
A new tab page replacement featuring the latest pony wallpaper from Derpibooru
Derpi-New Tabคืออะไร?
Derpi-New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SeinopSys และคุณลักษณะหลักของมันคือ "A new tab page replacement featuring the latest pony wallpaper from Derpibooru"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Derpi-New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Derpi-New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This project is open-source, the code is available here: https://github.com/SeinopSys/Derpi-NewTab ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | noggelkbkffdifgemicnanbkghjkoipl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/derpi-new-tab/noggelkbkffdifgemicnanbkghjkoipl |
| คำอธิบาย | A new tab page replacement featuring the latest pony wallpaper from Derpibooru |
| ขนาดไฟล์ | 110 KB |
| จำนวนการติดตั้ง | 41 |
| เวอร์ชันปัจจุบัน | 2.6.1 |
| อัปเดตครั้งล่าสุด | 2021-09-21 |
| วันที่เผยแพร่ | 2020-02-01 |
| คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | SeinopSys |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/SeinopSys/Derpi-NewTab |
| URL หน้าช่วยเหลือ | https://github.com/SeinopSys/Derpi-NewTab/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Derpi-New Tab",
"description": "A new tab page replacement featuring the latest pony wallpaper from Derpibooru",
"version": "2.6.1",
"browser_specific_settings": {
"gecko": {
"strict_min_version": "60.0"
}
},
"permissions": [
"https:\/\/derpibooru.org\/",
"https:\/\/derpicdn.net\/"
],
"optional_permissions": [
"https:\/\/www.derpibooru.org\/",
"https:\/\/trixiebooru.org\/",
"cookies"
],
"icons": {
"16": "img\/16.png",
"32": "img\/32.png",
"48": "img\/48.png",
"128": "img\/128.png",
"256": "img\/256.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |