SaveTabs

Save the tabs in your current window to a new, timestamped, bookmarks folder.

What is SaveTabs?

SaveTabs is a Chrome extension developed by Chris Dzombak, and its main feature is "Save the tabs in your current window to a new, timestamped, bookmarks folder.".

Extension Screenshots

screenshot

Download SaveTabs Extension CRX File

Download SaveTabs 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

                        Saves the tabs in your current window to a new bookmarks folder, named based on the current date & time.

You can choose where new bookmarks folders are created. To change that setting, just right-click on the SaveTabs button and select "Options".                    

Extension Basic Information

Name SaveTabs SaveTabs
ID ciemojomefnilhnidpjknolhbefbdoie
Official URL https://chromewebstore.google.com/detail/savetabs/ciemojomefnilhnidpjknolhbefbdoie
Description Save the tabs in your current window to a new, timestamped, bookmarks folder.
File Size 95.11 KB
Installation Count 3,455
Current Version 0.5
Last Updated 2013-11-06
Publish Date 2013-11-05
Rating 4.67/5 Total 24 Ratings
Developer Chris Dzombak
Payment Type free
Extension Website http://github.com/cdzombak/SaveTabs
Help Page URL http://github.com/cdzombak/SaveTabs/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SaveTabs",
    "author": "Chris Dzombak ",
    "manifest_version": 2,
    "version": "0.5",
    "description": "Save the tabs in your current window to a new, timestamped, bookmarks folder.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Save tabs in a new bookmarks folder"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "http:\/\/github.com\/cdzombak\/SaveTabs",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "tabs",
        "alarms"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    }
}