Tab Archiver

This extension archives tabs!

Wat is Tab Archiver?

Tab Archiver is een Chrome-extensie ontwikkeld door Serdar Kuzucu, en de belangrijkste functie is "This extension archives tabs!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Archiver

Download Tab Archiver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Tab Archiver Tab Archiver
ID ofnhceaedgdmdceeokcadkkndfpclepb
Officiële URL https://chromewebstore.google.com/detail/tab-archiver/ofnhceaedgdmdceeokcadkkndfpclepb
Beschrijving This extension archives tabs!
Bestandsgrootte 90.24 KB
Aantal Installaties 406
Huidige Versie 1.1
Laatst Bijgewerkt 2015-01-07
Publicatiedatum 2015-01-07
Beoordeling 4.31/5 Totaal 13 Beoordelingen
Ontwikkelaar Serdar Kuzucu
Betalingswijze free
Ondersteunde Talen 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"
    }
}