GoodPlan

Replace a new tab with daily smart notes

ما هو GoodPlan؟

GoodPlan هو إضافة Chrome تم تطويرها بواسطة barryjonesph، والميزة الرئيسية لها هي "Replace a new tab with daily smart notes".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GoodPlan

قم بتنزيل ملفات الامتداد GoodPlan بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        GoodPlan is your digital smart notebook with a nice design and daily pages.

With GoodPlan your thoughts, notes, and todo are just one tab away. You can also track your daily progress and go back and forth between pages.                    

معلومات أساسية عن التمديد

الاسم GoodPlan GoodPlan
ID hafghakgjjmcdagnpgdljhifmbkoobbb
عنوان URL الرسمي https://chromewebstore.google.com/detail/goodplan/hafghakgjjmcdagnpgdljhifmbkoobbb
الوصف Replace a new tab with daily smart notes
حجم الملف 1.3 MB
عدد التثبيتات 194
النسخة الحالية 1.6.1
آخر تحديث 2020-02-10
تاريخ النشر 2020-02-06
تقييم 5.00/5 مجموع تقييمات 1
المطور barryjonesph
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://search.quickmovietab.com/pp.php
اللغات المدعومة en-US
manifest.json
{
    "browser_action": {
        "default_icon": "favicon\/preview-128x128.png",
        "default_title": "GoodPlan",
        "icons": {
            "128": "favicon\/preview-128x128.png",
            "16": "favicon\/favicon-16x16.png",
            "32": "favicon\/favicon-32x32.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'  https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com  ; object-src 'self'",
    "description": "Replace a new tab with daily smart notes",
    "homepage_url": "https:\/\/goodplan.app\/",
    "icons": {
        "128": "favicon\/preview-128x128.png",
        "16": "favicon\/favicon-16x16.png",
        "48": "favicon\/preview-48x48.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "GoodPlan",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "Smart notes",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.1"
}