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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
}