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

Life Calendar Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://nibbles-n-bytes.vercel.app, và tính năng chính của nó là "An Extension that shows you how much life you have to live when you open a tab.".

Ả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 Life Calendar Chrome Extension

Tải xuống các tệp mở rộng Life Calendar Chrome Extension 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 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?                    

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

Tên Life Calendar Chrome Extension Life Calendar Chrome Extension
ID ncnnilckkcbigajknhohhodjdebannnf
URL Chính Thức https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf
Mô tả An Extension that shows you how much life you have to live when you open a tab.
Kích Thước Tệp 15.81 MB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-07-22
Ngày Phát Hành 2020-07-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://nibbles-n-bytes.vercel.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nibbles-n-bytes.vercel.app/
URL Trang Trợ Giúp https://github.com/alicelovescake/life-calendar
Ngôn Ngữ Được Hỗ Trợ 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
}