30k timeline

An extension that shows how many days you have lived (out of 30,000 days).

30k timeline là gì?

30k timeline là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/site/sugasaki, và tính năng chính của nó là "An extension that shows how many days you have lived (out of 30,000 days).".

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

screenshot

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

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

                        Inspired by Edward Butler 30k

Please see YOUTUBE below for usage
https://youtu.be/O4VftACvHQ4                    

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

Tên 30k timeline 30k timeline
ID eajfdahjpfemgkabonmdjongbmhghlah
URL Chính Thức https://chromewebstore.google.com/detail/30k-timeline/eajfdahjpfemgkabonmdjongbmhghlah
Mô tả An extension that shows how many days you have lived (out of 30,000 days).
Kích Thước Tệp 1.98 MB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-01-27
Ngày Phát Hành 2019-01-26
Nhà Phát Triển https://sites.google.com/site/sugasaki
Loại Thanh Toán free
Trang Web Mở Rộng https://youtu.be/O4VftACvHQ4
URL Trang Trợ Giúp https://youtu.be/O4VftACvHQ4
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "30k timeline",
    "short_name": "React App",
    "description": "An extension that shows how many days you have lived (out of 30,000 days).",
    "version": "1.2",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}