Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chitranjan-gupta/freshmarks
Bookmark Updater
https://github.com/chitranjan-gupta/freshmarks
chrome-extension extension firefox-addon
Last synced: 14 days ago
JSON representation
Bookmark Updater
- Host: GitHub
- URL: https://github.com/chitranjan-gupta/freshmarks
- Owner: chitranjan-gupta
- License: mit
- Created: 2024-08-28T10:44:57.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T10:49:59.000Z (4 months ago)
- Last Synced: 2024-10-06T03:06:34.157Z (3 months ago)
- Topics: chrome-extension, extension, firefox-addon
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreshMarks
### A Chrome and Firefox extension that updates bookmarks with redirected URLs.
## Description
> This extension listens for HTTP redirects and updates the corresponding bookmarks with the new URL.## Features
1. Listens for HTTP redirects (301, 302)
2. Updates bookmarks with the new URL
3. Supports multiple bookmarks## Permissions
- webRequest: To listen for HTTP requests and redirects.
- bookmarks: To update bookmarks.
- tabs: To access tab information.## Usage
Bookmark a page.
If the page redirects, the bookmark will be updated with the new URL.## Note
This extension uses a non-blocking webRequest listener and cannot modify request headers.## Version
1.0## License
MIT License## Author
Chitranjan Gupta