MoveOn - New Tab
Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy
MoveOn - New Tabคืออะไร?
MoveOn - New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Absar Akram และคุณลักษณะหลักของมันคือ "Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MoveOn - New Tab
ดาวน์โหลดไฟล์ส่วนขยาย MoveOn - New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This app plans to keep you moving by making you realize the importance of every moment that is passing by. Whenever you open up a new tab it shows number of years, months, days, hours, seconds and mili-seconds you have lived in an interactive way. MoveOn is an updated and simplified version of "Mortality" app with an extra progress bar that shows how much life you have lived as compared to average life expectancy. Hopefully this app keeps you moving. Have fun. Absar
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MoveOn - New Tab |
ID | hledjcebcgianndhkbokaabpbgmjaamb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/moveon-new-tab/hledjcebcgianndhkbokaabpbgmjaamb |
คำอธิบาย | Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy |
ขนาดไฟล์ | 216 KB |
จำนวนการติดตั้ง | 51 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-10-10 |
วันที่เผยแพร่ | 2016-10-09 |
คะแนน | 4.07/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | Absar Akram |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://absar.me |
URL หน้าช่วยเหลือ | http://absar.me |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "chrome_url_overrides": { "newtab": "moveon.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy", "icons": { "128": "assets\/icon-128.png", "16": "assets\/icon-16.png", "48": "assets\/icon-48.png" }, "manifest_version": 2, "name": "MoveOn - New Tab", "offline_enabled": true, "short_name": "MoveOn", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |