Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 461 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 461 Bytes

Chrome Extension URL logger

Written using JavaScript, HTML5 and CSS, this extension can capture the active tab's URL on your Chrome browser using Chrome's API.
It can be used to save links, make bookmarks etc.
Users can also manually feed url link and save it. The "Delete All" button clears all the saved links.
The links are stored in localStorage object of chrome, so they dont disappear if you close the extension.