Tab Saver

One button click to save your current tab session offline for later restoring.

¿Qué es Tab Saver?

Tab Saver es una extensión de Chrome desarrollada por https://noahyamamoto.com, y su función principal es "One button click to save your current tab session offline for later restoring.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Tab Saver

Descarga archivos de extensión Tab Saver en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Tab Saver provides a friendly little button that, upon pressing, will close and save all your open tabs to local storage for easy restoring later.

Features include:
  - Up to 95% memory reduction by saving your tab session for later.
  - Can be used as an alternative to extensions like Panic Button and OneTab.
  - Simple and colorful tab preview page that randomly generates a new background every time.
  - Gathers absolutely zero information on you and is completely open source (https://github.com/Egrodo/tab-saver-chrome-extension)
  - Super small extension, doesn't run in the background when not used, doesn't add any bloat to your browser

More features will be added as I think of them, suggestions welcome!                    

Información Básica de la Extensión

Nombre Tab Saver Tab Saver
ID bcolcolejgecmpoklbikgcecpmchnkhh
URL Oficial https://chromewebstore.google.com/detail/tab-saver/bcolcolejgecmpoklbikgcecpmchnkhh
Descripción One button click to save your current tab session offline for later restoring.
Tamaño del Archivo 43.49 KB
Cantidad de Instalaciones 382
Versión Actual 1.2
Última Actualización 2019-12-21
Fecha de Publicación 2019-12-20
Calificación 3.00/5 Total de 4 Calificaciones
Desarrollador https://noahyamamoto.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Egrodo/Tab-Saver-Chrome-Extension
URL de la Página de Ayuda https://github.com/Egrodo/Tab-Saver-Chrome-Extension/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Saver",
    "description": "One button click to save your current tab session offline for later restoring.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon-64.png",
        "default_title": "Tab Saver"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "tabs"
    ]
}