Ponder

Daily journal from your new tab.

Ponderคืออะไร?

Ponder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getponder.app และคุณลักษณะหลักของมันคือ "Daily journal from your new tab."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Ponder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Ponder guides you through daily journaling right from your new tab. With self-reflective prompts, fast keyboard shortcuts, aesthetic backgrounds, and privately-stored entries, you can just focus on writing — Ponder takes care of the rest. 

Features:

- Replaces your new tab window with a beautiful page so you can start writing immediately
- Respond to thought-provoking prompts organized into 6 different categories — Daily Productivity, Daily Lists, Daily Reflection, Creative, Self-Reflection, and Free-Write
- Set gentle reminders to write daily when visiting unproductive websites
- Use built-in keyboard shortcuts for a seamless writing experience
- Enjoy aesthetic morning, afternoon, and evening backgrounds
- Write at any moment with 2 minimalist editors in either light or dark mode
- View, filter, and search past entries by category and content
- Built-in timer to write longer prompts easily
- Your entries are safe, private, and secure — stored locally with an option to sync with Ponder's secure online storage for peace of mind
- Password-enabled entries page so no one but you can read your entries
- Ability to customize daily questions and number of questions asked
- Habit-building progress view that tracks writing streaks and displays analytics
- Custom backgrounds that change daily
- Custom prompts for whatever occasion!
- Auto dictate your entries

What are you waiting for? Install Ponder and start writing now. 

Happy journaling!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ponder Ponder
ID iahlambfobindandliebffikfgfmppom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ponder/iahlambfobindandliebffikfgfmppom
คำอธิบาย Daily journal from your new tab.
ขนาดไฟล์ 1.57 MB
จำนวนการติดตั้ง 1,289
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2022-05-22
วันที่เผยแพร่ 2021-02-17
คะแนน 4.56/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://getponder.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getponder.app
URL หน้านโยบายความเป็นส่วนตัว https://my.getponder.app/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ponder",
    "description": "Daily journal from your new tab.",
    "version": "1.2.4",
    "omnibox": {
        "keyword": "write"
    },
    "options_ui": {
        "page": "popup.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "commands": {
        "freewrite": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Open Free Write"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies"
    ],
    "optional_permissions": [
        "tabs",
        "*:\/\/*.kevinafang.com\/*",
        "*:\/\/*.getponder.app\/*"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "16": "favicon-16x16.png",
        "128": "[email protected]"
    }
}