Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brenordv/firefox-ext-tab-saver
Simple web extension to save the current open tabs in a markdown file.
https://github.com/brenordv/firefox-ext-tab-saver
firefox-addon firefox-extension firefox-webextension
Last synced: 20 days ago
JSON representation
Simple web extension to save the current open tabs in a markdown file.
- Host: GitHub
- URL: https://github.com/brenordv/firefox-ext-tab-saver
- Owner: brenordv
- Created: 2023-07-13T03:22:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-16T21:00:17.000Z (over 1 year ago)
- Last Synced: 2024-11-19T06:58:02.812Z (3 months ago)
- Topics: firefox-addon, firefox-extension, firefox-webextension
- Language: JavaScript
- Homepage: https://raccoon.ninja
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Web extension: TabSaver
I often end up with a window (or many windows) full of tabs with articles or videos about some subject I want to study.
Usually I just save a session, but then I forget about it and lose reference to all those videos and articles.
That's why I created this extension: As a way to save all those tabs in a text file so I can go back to them later.Unless you click on it, this extension won't do anything, and it does not collect any data whatsoever. This is free and
open source software, so feel free to check the code and make sure it's safe.# Stores
## Chrome
https://chrome.google.com/webstore/detail/tab-saver/nhdplnlmhiochoniiiljegmipgplgppe## Firefox
https://addons.mozilla.org/en-US/firefox/addon/raccoon-ninja-tab-saver/# Permissions
These permissions in the context of a browser extension have the following meanings:1. `"tabs"`: This permission allows the extension to interact with the browser's tab system. This includes getting
information about open tabs, opening new ones, closing existing ones, and even updating properties of a tab such as
its URL.2. `"downloads"`: This permission allows the extension to interact with the browser's download system. It can be used
to programmatically initiate, manage, search and monitor downloads.