Daily Planner

Use new tab to plan your day with all your tasks and notes.

Daily Planner là gì?

Daily Planner là một tiện ích mở rộng Chrome được phát triển bởi Ank, và tính năng chính của nó là "Use new tab to plan your day with all your tasks and notes.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

                        Take your notes and track your tasks easily by opening new tab. 

Editor allows to customize your notes and tasks efficiently as required. Quotes and images will inspire you. Clean and simple UI will help you to keep focus on your work.

• Take notes with custom editor
• Show/Hide notes container
• Edit notes container background
• Inspiration photo on every new tab
• Inspiration quote on every new tab
• Send request for new features

In next release:
• More customization for notes
• New Weather panel
• Favorite any Quote
• UI optimization

CONTACT
Email at [email protected]                    

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

Tên Daily Planner Daily Planner
ID okkeepjinpaokniblacfcbaaffbfhfie
URL Chính Thức https://chromewebstore.google.com/detail/daily-planner/okkeepjinpaokniblacfcbaaffbfhfie
Mô tả Use new tab to plan your day with all your tasks and notes.
Kích Thước Tệp 13.82 MB
Số Lần Cài Đặt 5,479
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2021-04-22
Ngày Phát Hành 2020-06-01
Đánh Giá 3.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Ank
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily Planner",
    "description": "Use new tab to plan your day with all your tasks and notes.",
    "version": "2.0.1",
    "manifest_version": 2,
    "offline_enabled": true,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Daily Planner"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "tab\/tab.html"
    },
    "permissions": [
        "geolocation",
        "identity",
        "identity.email"
    ]
}