Tabson

All your tabs in one place, saves up to 95% of memory

¿Qué es Tabson?

Tabson es una extensión de Chrome desarrollada por https://tabson.co, y su función principal es "All your tabs in one place, saves up to 95% of memory".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Tabson

Descarga archivos de extensión Tabson 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

                        No need to keep all your tabs open anymore! 

Optimize your Chrome browsing experience with Tabson Chrome Tab Manager.

Start browsing effortlessly. Reduce memory consumption, avoid clutter.

Features:

★ 1 click to gather all your tabs on a single screen;
★ 1 click to restore your any day browsing session;
★ Instantly find a tab by keyword;
★ Greatly reduce memory and CPU consumption;
★ Create your own Web Stories, to instantly access them. 

Privacy is crucial.
We do not use or collect any information about your tabs or your browsing history.

Privacy policy: https://tabson.co/privacy-policy
Therms of use: https://tabson.co/terms-of-use                    

Información Básica de la Extensión

Nombre Tabson Tabson
ID hflpomhemdckeoickmckifpfoidefkbg
URL Oficial https://chromewebstore.google.com/detail/tabson/hflpomhemdckeoickmckifpfoidefkbg
Descripción All your tabs in one place, saves up to 95% of memory
Tamaño del Archivo 7.17 MB
Cantidad de Instalaciones 426
Versión Actual 1.1
Última Actualización 2021-05-03
Fecha de Publicación 2021-03-10
Calificación 4.86/5 Total de 14 Calificaciones
Desarrollador https://tabson.co
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://tabson.co
URL de la Página de Política de Privacidad http://tabson.co/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabson",
    "description": "All your tabs in one place, saves up to 95% of memory",
    "version": "1.1",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "system.memory",
        "http:\/\/localhost\/*",
        ""
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "matches": [
                "http:\/\/localhost:3000\/"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "64": "images\/logo-64.png",
        "128": "images\/logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo-16.png",
            "32": "images\/logo-32.png"
        },
        "default_title": "Tabson",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}