Life Calendar Chrome Extension

An Extension that shows you how much life you have to live when you open a tab.

什麼是Life Calendar Chrome Extension?

Life Calendar Chrome Extension是由https://nibbles-n-bytes.vercel.app開發的Chrome擴展程式,該擴展的主要功能是“An Extension that shows you how much life you have to live when you open a tab.”。

擴展截圖

screenshot
screenshot
screenshot

下載Life Calendar Chrome Extension擴展crx文件

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

擴展使用說明

                        This Chrome Extension shows you how much life you have to live when you open a new tab.
Sometimes life seems really short, and other times it seems impossibly long. One thing is for sure. This calendar shows life is most certainly finite. These are your weeks. Are you making the most of them?                    

擴展基本資訊

名稱 Life Calendar Chrome Extension Life Calendar Chrome Extension
ID ncnnilckkcbigajknhohhodjdebannnf
官方網址 https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf
簡介 An Extension that shows you how much life you have to live when you open a tab.
檔案大小 15.81 MB
安裝次數 99
目前版本 1.0
更新時間 2020-07-22
上架時間 2020-07-22
評分 5.00/5 共 2 次評分
開發者 https://nibbles-n-bytes.vercel.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://nibbles-n-bytes.vercel.app/
說明頁面URL https://github.com/alicelovescake/life-calendar
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Life Calendar Chrome Extension",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "lifecalendar.html"
    },
    "description": "An Extension that shows you how much life you have to live when you open a tab.",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Life Calendar",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/hourglass.png"
        }
    },
    "icons": {
        "128": "images\/hourglass.png"
    },
    "manifest_version": 2
}