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 Absar Akram द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MoveOn - New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}