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!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 Rocket Planner Rocket Planner
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
Eメール [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
}