Day Counter - New Tab Page
Track days until or since life events like Birthdays easily.
Day Counter - New Tab Page là gì?
Day Counter - New Tab Page là một tiện ích mở rộng Chrome được phát triển bởi Ryan Fitzgerald, và tính năng chính của nó là "Track days until or since life events like Birthdays easily.".
Ả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 Day Counter - New Tab Page
Tải xuống các tệp mở rộng Day Counter - New Tab Page 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
Day Counter allows you to easily create counters that track days until or since life events on each new tab or manually. No need to forget holidays, birthdays, or other events ever again! You can also easily keep track of days since previous events like starting a new job or moving into a new apartment. Events can be re-ordered by a simple drag-and-drop feature and can be optionally set to automatically repeat weekly, biweekly, monthly, or yearly. There are also a number of settings in order to customize your experience, such as changing the counter size, the color scheme of the page, filtering visible counters to only future or past counters, filtering counters based on date range (i.e. only showing counters that are a week away), and a privacy filter that blurs the counters on load and on inactivity so others cannot read them when you aren't there.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Day Counter - New Tab Page |
ID | popaiegponeiefbiddhmaphpbdjoegff |
URL Chính Thức | https://chromewebstore.google.com/detail/day-counter-new-tab-page/popaiegponeiefbiddhmaphpbdjoegff |
Mô tả | Track days until or since life events like Birthdays easily. |
Kích Thước Tệp | 678 KB |
Số Lần Cài Đặt | 7,305 |
Phiên Bản Hiện Tại | 3.0.5 |
Cập Nhật Lần Cuối | 2020-08-11 |
Ngày Phát Hành | 2017-12-10 |
Đánh Giá | 4.42/5 Tổng số 57 Đánh Giá |
Nhà Phát Triển | Ryan Fitzgerald |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Day Counter - New Tab Page", "short_name": "Day Counter", "version": "3.0.5", "description": "Track days until or since life events like Birthdays easily.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Open Day Counter" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "author": "Ryan Fitzgerald", "chrome_url_overrides": { "newtab": "index.html" }, "incognito": "split", "offline_enabled": true, "permissions": [ "storage" ] } |