Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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