Daily planner
Build an chrome Extension!
Daily planner란 무엇입니까?
Daily planner은(는) Rahul Bhatt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build an chrome Extension!"입니다.
확장 프로그램 스크린샷
Daily planner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The best 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 items 🔥 It was built for you to feel rewarded as you go about checking off your tasks 🔥 It was built for you to feel accomplished 🔥 Use Daily Planner for Chrome to: - Organize your day - Add websites as action items to visit later - Easily complete tasks - View your action progress on the day Enjoy Daily Planner and let's take action!
확장 프로그램 기본 정보
이름 | Daily planner |
ID | bfgkfjbmnmjjjimejbhjinaedckmknnl |
공식 URL | https://chromewebstore.google.com/detail/daily-planner/bfgkfjbmnmjjjimejbhjinaedckmknnl |
설명 | Build an chrome Extension! |
파일 크기 | 168 KB |
설치 횟수 | 285 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-11-21 |
출시 날짜 | 2020-11-21 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Rahul Bhatt |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Daily planner", "version": "1.0", "description": "Build an chrome Extension!", "permissions": [ "storage", "tabs", "contextMenus" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icons16.png", "32": "images\/icons32.png", "48": "images\/icons48.png", "128": "images\/icons128.png" } }, "background": { "scripts": [ "packages\/progressbar.js", "packages\/uuidv4.min.js", "js\/action2.js", "js\/background.js" ], "persistant": false }, "icons": { "16": "images\/icons16.png", "32": "images\/icons32.png", "48": "images\/icons48.png", "128": "images\/icons128.png" }, "manifest_version": 2 } |