Notes Dashboard

Notepad and to-do lists saved to your browser

Notes Dashboardคืออะไร?

Notes Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jovyntan และคุณลักษณะหลักของมันคือ "Notepad and to-do lists saved to your browser"

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

screenshot
screenshot
screenshot

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

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

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

                        Open a new tab to write down your thoughts and keep track of your agendas!

Replace a new tab page with a markdown text editor and an organised task manager. Your data is saved to your browser storage and will be synced across different tabs. (Clearing your browser cache will also clear your data.) This extension works offline though some styles may be affected.

Features:
** To-do lists **
➝ Add, delete & update tasks
➝ Categorise your to-do lists into stay organised
➝ Colour-code your lists
➝ Set different priority levels for each task
➝ Clear completed tasks to keep your list clean
➝ Toggle to hide/show the task panel

** Text editor **
➝ Choose to hide/show your toolbar to keep the interface clean
➝ Notes are immediately saved to your local storage
➝ Supports markdown editing - if you're unfamiliar with markdown, you can click on the extension icon to view a cheatsheet :)                    

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

ชื่อ Notes Dashboard Notes Dashboard
ID cfkmfhonabmdcgamkfijfncoipiooipm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notes-dashboard/cfkmfhonabmdcgamkfijfncoipiooipm
คำอธิบาย Notepad and to-do lists saved to your browser
ขนาดไฟล์ 577 KB
จำนวนการติดตั้ง 184
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-06-22
วันที่เผยแพร่ 2020-06-22
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา jovyntan
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notes Dashboard",
    "description": "Notepad and to-do lists saved to your browser",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "chrome-notes",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "chrome_url_overrides": {
        "newtab": "tab\/tab.html"
    }
}