Daily Planner

An epic planner

什么是Daily Planner?

Daily Planner是由Pew开发的Chrome扩展程序,该扩展的主要功能是“An epic planner”。

扩展截图

screenshot
screenshot
screenshot

下载Daily Planner扩展crx文件

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

扩展使用说明

                        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!                    

扩展基本信息

名称 Daily Planner Daily Planner
ID einkpcnickocipnmjnfnfklikijipekj
官方URL https://chrome.google.com/webstore/detail/daily-planner/einkpcnickocipnmjnfnfklikijipekj
简介 An epic planner
文件大小 156 KB
安装次数 80
当前版本 1.0
更新时间 2020-11-06
上架时间 2020-11-06
开发者 Pew
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}