Tab Archiver

This extension archives tabs!

What is Tab Archiver?

Tab Archiver is a Chrome extension developed by Serdar Kuzucu, and its main feature is "This extension archives tabs!".

Extension Screenshots

screenshot

Download Tab Archiver Extension CRX File

Download Tab Archiver 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 your browser's current state and return back to it whenever you want! In other words, this extension saves and closes your currently open tabs to a list. Then, you can open all of those tabs by a single click!                    

Extension Basic Information

Name Tab Archiver Tab Archiver
ID ofnhceaedgdmdceeokcadkkndfpclepb
Official URL https://chromewebstore.google.com/detail/tab-archiver/ofnhceaedgdmdceeokcadkkndfpclepb
Description This extension archives tabs!
File Size 90.24 KB
Installation Count 406
Current Version 1.1
Last Updated 2015-01-07
Publish Date 2015-01-07
Rating 4.31/5 Total 13 Ratings
Developer Serdar Kuzucu
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Archiver",
    "short_name": "Tab Archiver",
    "description": "This extension archives tabs!",
    "version": "1.1",
    "author": "Serdar Kuzucu",
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/logo_16.png",
        "default_popup": "popup.html",
        "default_title": "Tab Archiver"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "img\/logo_16.png",
        "48": "img\/logo_48.png",
        "128": "img\/logo_128.png"
    }
}