Daily Planner

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

什么是Daily Planner?

Daily Planner是由Ank开发的Chrome扩展程序,该扩展的主要功能是“Use new tab to plan your day with all your tasks and notes.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Daily Planner扩展crx文件

下载Daily Planner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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]                    

扩展基本信息

名称 Daily Planner Daily Planner
ID okkeepjinpaokniblacfcbaaffbfhfie
官方URL https://chromewebstore.google.com/detail/daily-planner/okkeepjinpaokniblacfcbaaffbfhfie
简介 Use new tab to plan your day with all your tasks and notes.
文件大小 13.82 MB
安装次数 5,479
当前版本 2.0.1
更新时间 2021-04-22
上架时间 2020-06-01
评分 3.44/5 共9次评分
开发者 Ank
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}