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

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

screenshot
screenshot
screenshot
screenshot

Planner Plane拡張機能のCRXファイルをダウンロード

Planner Plane拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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
}