Planner Plane

The perfect extension for you to take action!

Planner Plane là gì?

Planner Plane là một tiện ích mở rộng Chrome được phát triển bởi Luca De Simoni, và tính năng chính của nó là "The perfect extension for you to take action!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Planner Plane

Tải xuống các tệp mở rộng Planner Plane dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!🌙                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Planner Plane Planner Plane
ID fjijlmnbjmhbnlbamdngbcchdkoejlop
URL Chính Thức https://chromewebstore.google.com/detail/planner-plane/fjijlmnbjmhbnlbamdngbcchdkoejlop
Mô tả The perfect extension for you to take action!
Kích Thước Tệp 153 KB
Số Lần Cài Đặt 91
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-01-16
Ngày Phát Hành 2020-11-24
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Luca De Simoni
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}