Bullet Journal - Notes, Lists, Weekly Planner

Beautiful bullet journal for weekly tasks, todos, agendas. Brainstorm, share, and plan your weekly list.

Bullet Journal - Notes, Lists, Weekly Plannerคืออะไร?

Bullet Journal - Notes, Lists, Weekly Planner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.taskade.com และคุณลักษณะหลักของมันคือ "Beautiful bullet journal for weekly tasks, todos, agendas. Brainstorm, share, and plan your weekly list."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bullet Journal - Notes, Lists, Weekly Planner

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

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

                        Turn your New Tab into a bullet journal to capture your ideas, goals, and daily tasks. 

This extension is a simple and forgiving way to stay organized. Customize your bujo the way you want, share it with friends, and edit your journal from anywhere.

Try the perfect flexible solution to manage your tasks, plans, notes, and ideas. Use it to organize your thoughts, ideas, and daily, weekly, monthly todos. Declutter your thoughts so you can focus on your tasks, ideas, and getting more things done.  

Use this extension to capture your ideas, goals, daily tasks and stay organized. 

➜ FEATURES 

• New Tab into a beautiful and customizable journal
• Edit bujo together with friends and team members 
• Share your bullet lists instantly using a link 
• Easily invite friends and teammates to your folder
• Collaborate together in a group folder
• Select any style, whether bullet list, numbered list, or checklist
• Infinitely nested bujo lists with unlimited hierarchy
• Tag and filter tasks using #hashtag and @mentions
• Works on all devices with live real-time syncing
• Inspiring wallpaper backgrounds
• Beautiful and minimal interface
• Simple, instant, and FREE
 
➜ IS THIS EXTENSION FREE?

Yes, this extension is completely free. Soon you will have the option to upgrade to Pro, which will have additional features like themes, sticker packs, and customizations.

➜ ANY PRODUCTIVITY TIPS?

If you are feeling unmotivated, find one small task that needs doing and do it. Sometimes just getting the ball rolling has a snowball effect. Break down larger tasks into smaller steps (hit tab to add sub-tasks) and start with the smallest one. Get motivated, the only way to gain momentum is to start moving. Create bujo checklist, and studyblr for organizing your notes, tasks, and getting things done.  

This extension is simple and easy to use, but incredibly powerful, and can help you manage all the information in your life into beautiful lists. Bullet Journal is like a notepad with superpowers.  

➜ CAN I USE THIS WITH MY FRIENDS AND TEAMS COLLABORATIVELY?

Yes. Create a shared folder and invite your team. It helps keep your lists and team organized. Members will have full access to lists in the workspace. Use this as your collaboration tool to help each other get stuff done for team group project, brainstorming session, and more.                    

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

ชื่อ Bullet Journal - Notes, Lists, Weekly Planner Bullet Journal - Notes, Lists, Weekly Planner
ID ofokfnlmkfghjcmppfopibknmlhadhbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bullet-journal-notes-list/ofokfnlmkfghjcmppfopibknmlhadhbm
คำอธิบาย Beautiful bullet journal for weekly tasks, todos, agendas. Brainstorm, share, and plan your weekly list.
ขนาดไฟล์ 1.2 MB
จำนวนการติดตั้ง 67,861
เวอร์ชันปัจจุบัน 3.5.0
อัปเดตครั้งล่าสุด 2022-08-26
วันที่เผยแพร่ 2020-06-07
คะแนน 4.14/5 รวมทั้งหมด 109 คะแนน
ผู้พัฒนา https://www.taskade.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.taskade.com
URL หน้าช่วยเหลือ https://www.taskade.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.taskade.com/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bullet Journal - Notes, Lists, Weekly Planner",
    "short_name": "Bullet Journal",
    "description": "Beautiful bullet journal for weekly tasks, todos, agendas. Brainstorm, share, and plan your weekly list.",
    "version": "3.5.0",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icons\/chrome_bullet_journal\/[email protected]",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icons\/chrome_bullet_journal\/[email protected]",
        "19": "assets\/icons\/chrome_bullet_journal\/[email protected]",
        "39": "assets\/icons\/chrome_bullet_journal\/[email protected]",
        "48": "assets\/icons\/chrome_bullet_journal\/[email protected]",
        "128": "assets\/icons\/chrome_bullet_journal\/[email protected]"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.taskade.com\/*",
        "*:\/\/*.taskade.dev\/"
    ],
    "web_accessible_resources": [
        "popup.html",
        "popup.js"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            }
        }
    },
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}