Rocket Planner
The best way to plan your day and motivate you to take action!
什么是Rocket Planner?
Rocket Planner是由Clever Programmer开发的Chrome扩展程序,该扩展的主要功能是“The best way to plan your day and motivate you to take action!”。
扩展截图
下载Rocket Planner扩展crx文件
下载Rocket Planner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Start off your day with a great to-do that motivates you to take action. Rocket Planner is a simple but amazing to-do list app that helps you organize and conquer your day.🔥 It was built to feel rewarded, built to feel accomplished, built to make progress. 🔥 Use Rocker 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 Download Rocket Planner and start taking action! Tag @cleverqazi and @nazdumanskyy on Instagram and share your thoughts on the Rocket Planner. Developer by Naz at Clever Programmer
扩展基本信息
名称 | |
ID | odingfapddhbglaallcgjfdckokcplmf |
官方URL | https://chrome.google.com/webstore/detail/rocket-planner/odingfapddhbglaallcgjfdckokcplmf |
简介 | The best way to plan your day and motivate you to take action! |
文件大小 | 168 KB |
安装次数 | 1,000 |
当前版本 | 1.0 |
更新时间 | 2020-10-29 |
上架时间 | 2020-10-14 |
评分 | 4.96/5 共28次评分 |
开发者 | Clever Programmer |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://www.cleverprogrammer.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rocket Planner", "version": "1.0", "description": "The best way to plan your day and motivate you to take action!", "permissions": [ "storage", "contextMenus", "tabs" ], "background": { "scripts": [ "js\/action-items-utils.js", "packages\/uuidv4.min.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icons16.png", "32": "images\/icons32.png", "48": "images\/icons48.png", "128": "images\/icons128.png" } }, "icons": { "16": "images\/icons16.png", "32": "images\/icons32.png", "48": "images\/icons48.png", "128": "images\/icons128.png" }, "manifest_version": 2 } |