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 |
公式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 |
Eメール | [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" } } |