GoodPlan: Your Everyday Note-Taking Companion
A streamlined, user-friendly journal app for daily use! Designed to maximize your efficiency and save precious time!
GoodPlan: Your Everyday Note-Taking Companionคืออะไร?
GoodPlan: Your Everyday Note-Taking Companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://goodplan.app และคุณลักษณะหลักของมันคือ "A streamlined, user-friendly journal app for daily use! Designed to maximize your efficiency and save precious time!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoodPlan: Your Everyday Note-Taking Companion
ดาวน์โหลดไฟล์ส่วนขยาย GoodPlan: Your Everyday Note-Taking Companion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Revitalize Your Browser with Smart Journaling: The Ultimate Chrome Extension! Transform your New Tab Page into an innovative journaling workspace! This Chrome Extension isn't just a simple note-taking tool – it's an intelligent, feature-rich system that seamlessly integrates into your daily browsing experience. Key Use-Cases: - Effortlessly create notes at any time, whether during your current day or reflecting on past experiences. - Instantly capture ideas or information while browsing, directly from the extension icon – perfect for saving insights from videos or articles. - Review and organize your thoughts with daily and weekly summaries, ensuring no important detail slips through the cracks. - Plan your day with an intuitive task manager. If tasks remain unfinished, they automatically roll over to the next day, keeping you on track. Standout Features: - **Date-Specific Pages**: Organize your notes with dedicated pages for each date. - **Dual Note System**: Split your screen for date-specific notes on the left and timeless notes on the right. - **Versatile Viewing**: Toggle between daily and weekly views to suit your organizational style. - **Pop-Up Notes**: Quick access to current day's notes with a simple click on the extension icon. - **Seamless Note Collection**: Easily add selected text from any webpage to your journal. - **Smart Re-scheduling**: Unfinished tasks automatically move to the current day. - **Google Calendar Integration**: View your daily events alongside your notes. - **Sticky Calendar Navigation**: Quickly jump to any date for efficient planning. - **Full-Page Editor**: Enjoy an expansive writing and organizing space. - **Dark Layout**: Automatically switches to a comfortable dark theme from 9 PM to 8 AM. - **No Account Necessary**: Start using immediately without the hassle of account creation. - **Fully Accessible**: Keyboard and screen reader friendly, ensuring inclusivity for all users. This Chrome Extension is more than just a tool; it's your personal assistant, memory keeper, and planner, all within your browser. Embrace the power of organized thought and productivity – upgrade your new tab page today!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GoodPlan: Your Everyday Note-Taking Companion |
ID | icokiikdmaaecdehkchflilmbmmedpga |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/goodplan-your-everyday-no/icokiikdmaaecdehkchflilmbmmedpga |
คำอธิบาย | A streamlined, user-friendly journal app for daily use! Designed to maximize your efficiency and save precious time! |
ขนาดไฟล์ | 3.46 MB |
จำนวนการติดตั้ง | 7,719 |
เวอร์ชันปัจจุบัน | 1.6.1 |
อัปเดตครั้งล่าสุด | 2024-01-08 |
วันที่เผยแพร่ | 2020-12-24 |
คะแนน | 4.40/5 รวมทั้งหมด 85 คะแนน |
ผู้พัฒนา | https://goodplan.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://goodplan.app |
URL หน้าช่วยเหลือ | https://chrome.google.com/webstore/detail/goodplan-daily-notes-as-n/icokiikdmaaecdehkchflilmbmmedpga?hl=en-GB&authuser=0 |
URL หน้านโยบายความเป็นส่วนตัว | https://goodplan.app/privacy-policy.html |
ภาษาที่รองรับ | en,es,es-419,pt-BR,pt-PT,ru,hi,ar,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appNameNewTab__", "description": "__MSG_appDesc__", "short_name": "__MSG_shortName__", "manifest_version": 2, "version": "1.6.1", "incognito": "spanning", "default_locale": "en", "offline_enabled": true, "icons": { "16": "favicon\/daily_notes_16px.png", "32": "favicon\/daily_notes_32px.png", "48": "favicon\/daily_notes_48px.png", "128": "favicon\/daily_notes_128px.png", "512": "favicon\/daily_notes_512px.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/apis.google.com https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_title": "GoodPlan", "default_icon": { "16": "favicon\/daily_notes_16px.png", "24": "favicon\/daily_notes_24px.png", "32": "favicon\/daily_notes_32px.png", "128": "favicon\/daily_notes_128px.png" }, "default_popup": "popup.html" }, "permissions": [ "storage", "identity", "contextMenus" ], "background": { "scripts": [ "libs-background.js", "common.js", "sync.js", "background.js" ], "persistent": true }, "oauth2": { "client_id": "882724550435-jh1cqcm1f297liku88jv81hc39247ng6.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.readonly", "https:\/\/www.googleapis.com\/auth\/calendar.events.readonly" ] }, "options_ui": { "page": "options.html", "open_in_tab": true } } |