A to-do extension that demonstrates how to build a Chrome extension.
- Things that the on-boarding session should cover:
- How to add browser action to the toolbar.
- How to open a simple popup when opening the extension.
- How to add context menu to a page.
- Data access to and from local storage.
- How to notify users when adding item through context menu.
A to-do extension:
- A pop-up that can be opened through toolbar's icon or hot key (Ctrl + Shift + 1)
- Simple To Read/To do/Done UI.
- Users can add/delete items from To Read/To Do.
- Items written in markdown will be rendered to HTML.
- Users can check/uncheck a task to move between To do/To Read and Done.
- Items are persisted to local storage.
- Users can add any web page to To Read list through context menu.
- Users can add any text selection to To Do list through context menu.
- When Users add items through context menu, a notification will be prompted.