The Bookmark Chrome Extension allows you to quickly save and manage bookmarks from the maang.in website (or any site you choose). With this extension, you can easily store bookmarked questions, view them, open (play) them in a new tab, and delete bookmarks as needed. The extension leverages Chrome's storage API (chrome.storage.sync
) to keep your data synchronized across your Chrome sessions.
- Save Bookmarks: Store questions or any items with a title and URL.
- View Bookmarks: Display all your saved bookmarks in a user-friendly list.
- Open Bookmarks: Click on a bookmark to open its URL in a new tab.
- Delete Bookmarks: Remove unwanted bookmarks easily.
- Chrome Storage Sync: Uses
chrome.storage.sync
for secure, synchronized storage.
- Google Chrome browser
- Basic understanding of Chrome extensions and JavaScript
- Clone the Repository: git clone https://github.com/Utkarsh201/Cr-Extension.git cd Cr-extension