Notes Dashboard
Notepad and to-do lists saved to your browser
什麼是Notes Dashboard?
Notes Dashboard是由jovyntan開發的Chrome擴展程式,該擴展的主要功能是“Notepad and to-do lists saved to your browser”。
擴展截圖
下載Notes Dashboard擴展crx文件
下載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 |
ID | cfkmfhonabmdcgamkfijfncoipiooipm |
官方網址 | 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" } } |