Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MrOtherGuy/bookmark-batch-updater
A webextension tool to update multiple bookmarks at once
https://github.com/MrOtherGuy/bookmark-batch-updater
Last synced: 12 days ago
JSON representation
A webextension tool to update multiple bookmarks at once
- Host: GitHub
- URL: https://github.com/MrOtherGuy/bookmark-batch-updater
- Owner: MrOtherGuy
- License: mpl-2.0
- Created: 2019-09-16T11:43:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T19:04:28.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T16:49:02.298Z (3 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookmark batch-updater
A tool to update multiple bookmarks at once. Currently only able to change http:// bookmarks to https:// but changing some domain to another should be doable in the future.
Can be used to update all bookmarks or a subset by filtering bookmarks by domain.
# Usage
1. Click the toolbarbutton to open the UI.
2. Optionally add a domain to filter bookmarks.
3. Click "Scan"
4. After scan is complete hit the update button to begin the update process.The update may take a LONG TIME depending how many bookmarks need to be processed.
# Technicalities
The scanner and updater itself are run in the background-script. The popup UI only sends a request to the background-script to do some action and shows current status. This allows the popup to be closed while the update is running - which may take several minutes even.