Planner Plane
The perfect extension for you to take action!
Planner Plane란 무엇입니까?
Planner Plane은(는) Luca De Simoni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The perfect extension for you to take action!"입니다.
확장 프로그램 스크린샷
Planner Plane 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Organize your day and take action. Planner Plane was built for your daily actions and their progressions🔥 It was built for you to feel rewarded as you go about checking off your tasks 🔥 It was built for you to make your days better 🔥 Use Planner Plane for Chrome to: 🛩️Organize all your days 🛩️Add websites as action items so than you can view later on 🛩️Always have your actions at hand using your google account 🛩️Easily complete tasks 🛩️View your daily action progress using the percentage bar too Enjoy Planner Plane and let's take action and don't forget to try dark mode!🌙
확장 프로그램 기본 정보
이름 | Planner Plane |
ID | fjijlmnbjmhbnlbamdngbcchdkoejlop |
공식 URL | https://chromewebstore.google.com/detail/planner-plane/fjijlmnbjmhbnlbamdngbcchdkoejlop |
설명 | The perfect extension for you to take action! |
파일 크기 | 153 KB |
설치 횟수 | 91 |
현재 버전 | 1.2 |
최근 업데이트 | 2021-01-16 |
출시 날짜 | 2020-11-24 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | Luca De Simoni |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Planner Plane", "version": "1.2", "description": "The perfect extension for you to take action!", "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\/uuidv4.min.js", "js\/action-items-utils.js", "js\/background.js" ], "persistent": false }, "icons": { "16": "images\/icons16.png", "32": "images\/icons32.png", "48": "images\/icons48.png", "128": "images\/icons128.png" }, "permissions": [ "storage", "tabs", "contextMenus" ], "manifest_version": 2 } |