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 là gì?

MoveOn - New Tab là một tiện ích mở rộng Chrome được phát triển bởi Absar Akram, và tính năng chính của nó là "Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MoveOn - New Tab

Tải xuống các tệp mở rộng MoveOn - New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MoveOn - New Tab MoveOn - New Tab
ID hledjcebcgianndhkbokaabpbgmjaamb
URL Chính Thức https://chromewebstore.google.com/detail/moveon-new-tab/hledjcebcgianndhkbokaabpbgmjaamb
Mô tả Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy
Kích Thước Tệp 216 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-10-10
Ngày Phát Hành 2016-10-09
Đánh Giá 4.07/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Absar Akram
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://absar.me
URL Trang Trợ Giúp http://absar.me
Ngôn Ngữ Được Hỗ Trợ 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"
}