Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 2.08 KB

README.md

File metadata and controls

44 lines (35 loc) · 2.08 KB

savetabs

A web browser extension that allows the user to save every tab's url to a file

Disclaimer

This extension was made with the purpose of studying how browser add-ons work, thus the simple ideia. I also hope that this extension can help people out with their necessities as well as devs with how to code a browser extension.

Introduction

This browser's extension allows the user to save every tab's url to a file. This can be achieved in several ways:

  • Save every tab for the current browser window;
  • Save every tab for every browser window;

And it also has different output formats:

  • Plain text, with or without an indicator for the window id at the top of each URL section; alt text alt text
  • JSON (contains URL and title), minified or readable; alt text alt text

Browser compatibility

This extension is compatible with Firefox; Google Chrome and derivatives; Opera.

Installation

Install Chrome extension on Opera

  1. Install the Install Chrome Extensions addon for Opera. (link)
  2. Go to the Chrome Web Store page);
  3. Hit the button Add to Opera;
  4. Click OK on the dialogue that will show up;
  5. Click the Install button.

Manual installation

See the specifications regarding unpacked extensions for your particular browser.

Similar repositories

  • tinyurl: A tinyurl extension for chrome based web browsers and firefox