Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deniszanin/tabs2text
Tabs2Text is a Firefox extension to export all your opened tabs to a text file.
https://github.com/deniszanin/tabs2text
Last synced: 12 days ago
JSON representation
Tabs2Text is a Firefox extension to export all your opened tabs to a text file.
- Host: GitHub
- URL: https://github.com/deniszanin/tabs2text
- Owner: deniszanin
- License: gpl-3.0
- Created: 2020-03-20T18:59:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T22:47:46.000Z (about 4 years ago)
- Last Synced: 2024-08-01T16:46:25.445Z (3 months ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
Tabs2Text
=========**Tabs2Text** is a Mozilla Firefox and Google Chrome extension (addon) to export all of your opened tabs, from a browser window or from all windows, to a CSV, HTML, JSON or Markdown file type. It includes the tabs' title and URL information. For Firefox, last access data is also included (Chrome doesn't support it).
It was developed in a few days of COVID-19 quarantine to easily export all of my open tabs, and as a way to learn more about the Firefox API.
### Install
#### Mozilla Firefox
It can be installed directly from [Firefox Addon](https://addons.mozilla.org/en-US/firefox/addon/tabs2text/) page, or downloading the source code available here. See [Debugging | Firefox Extension Workshop](https://extensionworkshop.com/documentation/develop/debugging/) for information about debugging.
#### Google Chrome
It can be installed directly from [Chrome Web Store](https://chrome.google.com/webstore/detail/tabs2text/cgajadebepocjjpimelagpannemlggoi?hl=en-US) page.
### Version
See [CHANGELOG](CHANGELOG).