Tabs Saver

This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.

What is Tabs Saver?

Tabs Saver is a Chrome extension developed by Hashim Puthiyakath, and its main feature is "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Tabs Saver Extension CRX File

Download Tabs Saver 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

                        Tabs Saver is a utility extension for Chrome browser to save your open tabs as a collection, so you can restore them later quickly. 
If you have a bunch of websites that you open everyday, you may be opening them one after another. 
With Tabs Saver, you can save the websites or web pages as a collection and open them later with a single click.                    

Extension Basic Information

Name Tabs Saver Tabs Saver
ID iflhplolclcdpkfklodaakdipklpjlbc
Official URL https://chromewebstore.google.com/detail/tabs-saver/iflhplolclcdpkfklodaakdipklpjlbc
Description This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.
File Size 22.52 KB
Installation Count 191
Current Version 1.2
Last Updated 2021-03-08
Publish Date 2021-03-07
Rating 5.00/5 Total 4 Ratings
Developer Hashim Puthiyakath
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs Saver",
    "description": "This extension helps to quickly save the open tabs on your Chrome window. Then you can open all these tabs with one click any time.",
    "permissions": [
        "tabs"
    ],
    "version": "1.2",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "popup.png"
    }
}