Skip to content

A to-do extension that demonstrates how to build a Chrome extension

Notifications You must be signed in to change notification settings

minhthanh3145/to-do-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To do Web Extension

A to-do extension that demonstrates how to build a Chrome extension.

Objectives of onboarding

  • Things that the on-boarding session should cover:

Objectives of extension

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.

About

A to-do extension that demonstrates how to build a Chrome extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published