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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy"입니다.

확장 프로그램 스크린샷

screenshot

MoveOn - New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}