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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}