Save Tabs

Saves open tabs to the bookmarks for easy sync and for saving memory

What is Save Tabs?

Save Tabs is a Chrome extension developed by NSD, and its main feature is "Saves open tabs to the bookmarks for easy sync and for saving memory".

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

                        This extension saves open tabs to the bookmarks for easy sync and for saving memory                    

Extension Basic Information

Name Save Tabs Save Tabs
ID jnnkhocfnekiikbiilndmhoamjfhgbog
Official URL https://chromewebstore.google.com/detail/save-tabs/jnnkhocfnekiikbiilndmhoamjfhgbog
Description Saves open tabs to the bookmarks for easy sync and for saving memory
File Size 7.11 KB
Installation Count 20
Current Version 0.2
Last Updated 2015-11-23
Publish Date 2015-11-23
Rating 5.00/5 Total 2 Ratings
Developer NSD
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Tabs",
    "version": "0.2",
    "description": "Saves open tabs to the bookmarks for easy sync and for saving memory",
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Save Tabs",
        "default_icon": "icon.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}