Daily Planner
An epic planner
Daily Planner là gì?
Daily Planner là một tiện ích mở rộng Chrome được phát triển bởi Pew, và tính năng chính của nó là "An epic planner".
Ả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 Daily Planner
Tải xuống các tệp mở rộng Daily Planner 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
An awesome way to plan your day and motivate you to take action! Organize your day and take action Daily Planner was built for you to very easily add your daily action It was built for you to feel rewarded as you go about checking off your tasks It was built for you to feel accomplished It was built as a dark mode so it feels more smoth Use Daily Planner for Chrome to: - Motivate yourself as you complete your tasks - Organize your day - Make sure you are making progress - Add websites as action items to visit later - Easily complete tasks - View your action progress on the day I hope you enjoy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | einkpcnickocipnmjnfnfklikijipekj |
URL Chính Thức | https://chrome.google.com/webstore/detail/daily-planner/einkpcnickocipnmjnfnfklikijipekj |
Mô tả | An epic planner |
Kích Thước Tệp | 156 KB |
Số Lần Cài Đặt | 80 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-11-06 |
Ngày Phát Hành | 2020-11-06 |
Nhà Phát Triển | Pew |
[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", "name": "Daily Planner", "version": "1.0", "description": "An epic planner", "permissions": [ "storage", "tabs", "contextMenus" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/icons16.png", "32": "assets\/images\/icons32.png", "64": "assets\/images\/icons64.png", "128": "assets\/images\/icons128.png" } }, "background": { "scripts": [ "assets\/packages\/uuidv4.min.js", "assets\/js\/action-items-utils.js", "assets\/js\/background.js" ], "persistent": false }, "icons": { "16": "assets\/images\/icons16.png", "32": "assets\/images\/icons32.png", "64": "assets\/images\/icons64.png", "128": "assets\/images\/icons128.png" }, "manifest_version": 2 } |