LifeLeft

Visualize the amount of time you have left.

LifeLeft là gì?

LifeLeft là một tiện ích mở rộng Chrome được phát triển bởi creashells, và tính năng chính của nó là "Visualize the amount of time you have left.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        LifeLeft replaces your new tab page with a visualization of the time you have left until your chosen life expectancy. Remind yourself to make the most of everyday with this browser extension.

"If you live each day as if it were your last, someday you'll be right. Every morning I looked in the mirror and asked myself: If today were the last day of my life, would I want to do what I do today?" — Steve Jobs

This work was inspired by the following article on Wait But Why: https://waitbutwhy.com/2015/12/the-tail-end.html

All visualization preferences are stored locally to protect your privacy.                    

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

Tên LifeLeft LifeLeft
ID mmdgeflfnendogpjpfleimfgolkkljnb
URL Chính Thức https://chromewebstore.google.com/detail/lifeleft/mmdgeflfnendogpjpfleimfgolkkljnb
Mô tả Visualize the amount of time you have left.
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-06-03
Ngày Phát Hành 2021-06-03
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển creashells
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/406fefc8-5df9-4d85-a675-1b5eb87e9b26
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LifeLeft",
    "version": "1.0",
    "description": "Visualize the amount of time you have left.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}