Mortality
Replace new tab page with a counter of your age
Mortalityคืออะไร?
Mortality เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alphabt และคุณลักษณะหลักของมันคือ "Replace new tab page with a counter of your age"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mortality
ดาวน์โหลดไฟล์ส่วนขยาย Mortality ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension replaces the new tab page with a counter of your age. Let's live life to the fullest and don't waste a second of it.
GitHub: https://github.com/alphabt/mortality ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dmcopoldcoemapdejndbdnfmbofbkmbh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mortality/dmcopoldcoemapdejndbdnfmbofbkmbh |
| คำอธิบาย | Replace new tab page with a counter of your age |
| ขนาดไฟล์ | 210 KB |
| จำนวนการติดตั้ง | 226 |
| เวอร์ชันปัจจุบัน | 1.2.0 |
| อัปเดตครั้งล่าสุด | 2021-08-01 |
| วันที่เผยแพร่ | 2020-04-12 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | alphabt |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/alphabt/mortality |
| URL หน้าช่วยเหลือ | https://github.com/alphabt/mortality/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"chrome_url_overrides": {
"newtab": "tab.html"
},
"version": "1.2.0",
"content_security_policy": "script-src 'self' ; object-src 'self'"
} | |