Save Tabs

Save your opened tabs as json or plain text

What is Save Tabs?

Save Tabs is a Chrome extension developed by robeeeert, and its main feature is "Save your opened tabs as json or plain text".

Extension Screenshots

screenshot
screenshot

Download Save Tabs Extension CRX File

Download Save Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Save Tabs is a chrome extension that allows saving all opened tabs to JSON or plain text.

Currently, it includes the following features:

- Save open tabs as JSON or plain text
- Optionally save the tabs from all open windows
- Optionally open the list in a new tab instead of saving it to a file
- Optionally change the file name

Specials:

- Requires minimum permissions
- Works completely offline
- Does not upload your tab lists to any server                    

Extension Basic Information

Name Save Tabs Save Tabs
ID ikpopifiapnnnoggbmhhnnaiiaehnfel
Official URL https://chromewebstore.google.com/detail/save-tabs/ikpopifiapnnnoggbmhhnnaiiaehnfel
Description Save your opened tabs as json or plain text
File Size 12.91 KB
Installation Count 160
Current Version 0.2.0
Last Updated 2017-04-23
Publish Date 2017-04-23
Rating 4.00/5 Total 2 Ratings
Developer robeeeert
Email [email protected]
Payment Type free
Extension Website https://github.com/robeeeert/chrome-save-tabs
Help Page URL https://github.com/robeeeert/chrome-save-tabs/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Tabs",
    "description": "Save your opened tabs as json or plain text",
    "version": "0.2.0",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}