Morbid Motivation

Counts down in seconds to your projected death on every tab you open.

Morbid Motivation là gì?

Morbid Motivation là một tiện ích mở rộng Chrome được phát triển bởi Jiapei Song, và tính năng chính của nó là "Counts down in seconds to your projected death on every tab you open.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Morbid Motivation

Tải xuống các tệp mở rộng Morbid Motivation 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

                        Enter your birthday and life expectancy. You will now see how much time you have left to live every time you open a new page. That number only counts downwards, so think about what you're typing into the address bar!

Features:
- changing the date settings at any time
- changing the colors of the screen at any time
- can count down every second, or ten times a second
- data is saved with chrome; no need to re-enter data on a different computer

Future features:
- fetching life expectancy data from external sources based on country of residence                    

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

Tên Morbid Motivation Morbid Motivation
ID kjpeibokdagajocicdijpeognkpccphj
URL Chính Thức https://chromewebstore.google.com/detail/morbid-motivation/kjpeibokdagajocicdijpeognkpccphj
Mô tả Counts down in seconds to your projected death on every tab you open.
Kích Thước Tệp 31.21 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2015-03-15
Ngày Phát Hành 2015-03-15
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Jiapei Song
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "manifest_version": 2,
    "version": "0.1.0",
    "description": "__MSG_Description__",
    "chrome_url_overrides": {
        "newtab": "countdown.html"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "128.png"
    },
    "default_locale": "en"
}