Save State - Tabs

An extension which will save the state of your open tabs! Have you ever had an overwhelming amount of tabs open - cluttering your…

What is Save State - Tabs?

Save State - Tabs is a Chrome extension developed by markatron9000, and its main feature is "An extension which will save the state of your open tabs! Have you ever had an overwhelming amount of tabs open - cluttering your…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Save State - Tabs Extension CRX File

Download Save State - 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

                        An extension which will save the state of your open tabs! Have you ever had an overwhelming amount of tabs open - cluttering your browser - which were necessary for a project, but were not needed at the present moment? Simply save the state, de-clutter your session, and then re-open them again whenever you wish at the click of a button! If you have Sync turned on for your Google account, these states can transfer across computers as well, making it as easy as a button click to transfer tabs from one computer to another!                    

Extension Basic Information

Name Save State - Tabs Save State - Tabs
ID aeffgobbboncedkpnmdnmleelohnbpig
Official URL https://chromewebstore.google.com/detail/save-state-tabs/aeffgobbboncedkpnmdnmleelohnbpig
Description An extension which will save the state of your open tabs! Have you ever had an overwhelming amount of tabs open - cluttering your…
File Size 1.18 MB
Installation Count 219
Current Version 1.0
Last Updated 2021-08-13
Publish Date 2021-08-13
Rating 2.67/5 Total 6 Ratings
Developer markatron9000
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save State - Tabs",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_title": "Save State - Tabs",
        "default_icon": "art.png",
        "default_popup": "hello.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "art.png",
        "48": "art.png",
        "128": "art.png"
    }
}