Skip to content

shaykalyan/tab-notes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

Tab Notes

Chrome extension that opens a new notepad in place of every new tab. Unlike most similar apps, this one lets users keep as many different notes as they like 😅

Highlights:

  • Unique note in each tab, retrieved via ID in hash
  • Access list of all notes from popup
  • Offline & private, saved in localStorage
  • Export notes into a plaintext JSON file with one click
  • First line is the tab title
  • Favicon changes based on amount of text
  • No permissions
  • Not elegant, but it works
  • Pure javascript, without bulky frameworks
  • Needs lots of refactoring

Check it out in action here: https://chrome.google.com/webstore/detail/tab-notes/mhgiefelomcdfcdbknkkohpibdpbdhmo

Packages

No packages published

Languages

  • JavaScript 58.1%
  • CSS 22.9%
  • HTML 19.0%