Planner Plane

The perfect extension for you to take action!

Planner Planeคืออะไร?

Planner Plane เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Luca De Simoni และคุณลักษณะหลักของมันคือ "The perfect extension for you to take action!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Planner Plane

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}