Lifeday
Motivate yourself by measuring your life in days instead of years.
Lifeday là gì?
Lifeday là một tiện ích mở rộng Chrome được phát triển bởi https://j.cin.is, và tính năng chính của nó là "Motivate yourself by measuring your life in days instead of years.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lifeday
Tải xuống các tệp mở rộng Lifeday 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
Lifeday replaces your default new-tab page in Chrome with the number of days that you have been alive. The hope is that this will help to inspire you to make this day more meaningful, to waste less time, and to work towards those things that might fulfill you most.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Lifeday |
ID | bjnakdpcancplfbpcgckhilkgdjbfdal |
URL Chính Thức | https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal |
Mô tả | Motivate yourself by measuring your life in days instead of years. |
Kích Thước Tệp | 415 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-03-27 |
Ngày Phát Hành | 2019-03-27 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://j.cin.is |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jcinis/lifeday/ |
URL Trang Trợ Giúp | https://github.com/jcinis/lifeday/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lifeday", "description": "Motivate yourself by measuring your life in days instead of years.", "version": "1.0.0", "manifest_version": 2, "offline_enabled": true, "background": { "persistent": false, "scripts": [ "chrome.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "lifeday-logo-16.png", "32": "lifeday-logo-32.png", "48": "lifeday-logo-48.png", "128": "lifeday-logo-128.png" } } |