Daily Planner

An epic planner

Daily Planner란 무엇입니까?

Daily Planner은(는) Pew에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An epic planner"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Daily Planner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}