Skip to content

Minimalistic chrome extension for task management.

License

Notifications You must be signed in to change notification settings

vamc-stash/catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catalog

A simple Chrome Extension which allows you to manage your daily tasks right in your browser.

Snapshot

Features

☑️ Support for data synchronization.
☑️ Simple and minimalistic interface. preview.
☑️ Save the selected text as a task.
☑️ Clickable links in the text.
☑️ You can delete a task from your catalog.
☑️ You can Mark Completed tasks. preview.
☑️ Badge over the icon displays a number of tasks that are yet to complete. preview.
☑️ You can sort the tasks based upon the latest and the earliest time of creation.
☑️ You can delete all completed tasks at once.
☑️ Erase entire catalog. preview.

Installations

npm i types @types/chrome

Setup

I did not deploy the code in chrome webstore. So, you need to set this up from your local system.

  1. Clone this repo.
  2. Go to Chrome Extensions page and turn on Developer Mode key.
  3. Press the Load unpacked button and navigate to src folder which contains manifest file inside the downloaded repo.