- View all links saved in LinkWarden through the extension with a tree structure.
- Add/Delete/Modify all links saved in LinkWarden through the extension.
- Add/Delete/Modify tags for each link.
- Add/Delete/Modify folders.
- Clone the repository.
- Run
yarn install
. - Run
yarn build
to build the extension files while watching for changes. - Open Chrome and go to
chrome://extensions/
. - Enable Developer mode by toggling the switch in the top right corner.
- Click on
Load unpacked
and select thebuild
folder in the cloned repository. - Refresh the extension if it is already open or if it isn't showing the updated version.
Feature | Status |
---|---|
View all links | Working |
Add/Delete/Modify links | Working |
Add tags | Working |
Delete/Modify tags | Not Working |
Add/Delete/Modify folders | Not Working |
- The extension does work, but after saving the credentials in the extension, the user needs to refresh the extension to see the links.