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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } |