Mortality

Replace new tab page with a counter of your age

Mortality là gì?

Mortality là một tiện ích mở rộng Chrome được phát triển bởi alphabt, và tính năng chính của nó là "Replace new tab page with a counter of your age".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Mortality 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 extension replaces the new tab page with a counter of your age. Let's live life to the fullest and don't waste a second of it. 

GitHub: https://github.com/alphabt/mortality                    

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

Tên Mortality Mortality
ID dmcopoldcoemapdejndbdnfmbofbkmbh
URL Chính Thức https://chromewebstore.google.com/detail/mortality/dmcopoldcoemapdejndbdnfmbofbkmbh
Mô tả Replace new tab page with a counter of your age
Kích Thước Tệp 210 KB
Số Lần Cài Đặt 226
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2021-08-01
Ngày Phát Hành 2020-04-12
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển alphabt
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/alphabt/mortality
URL Trang Trợ Giúp https://github.com/alphabt/mortality/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "version": "1.2.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}