LifeLeft

Visualize the amount of time you have left.

什麼是LifeLeft?

LifeLeft是由creashells開發的Chrome擴展程式,該擴展的主要功能是“Visualize the amount of time you have left.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載LifeLeft擴展crx文件

下載LifeLeft擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 LifeLeft LifeLeft
ID mmdgeflfnendogpjpfleimfgolkkljnb
官方網址 https://chromewebstore.google.com/detail/lifeleft/mmdgeflfnendogpjpfleimfgolkkljnb
簡介 Visualize the amount of time you have left.
檔案大小 115 KB
安裝次數 87
目前版本 1.0
更新時間 2021-06-03
上架時間 2021-06-03
評分 5.00/5 共 3 次評分
開發者 creashells
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.freeprivacypolicy.com/live/406fefc8-5df9-4d85-a675-1b5eb87e9b26
支援的語言 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"
    }
}