Just One Tab

Just One Tab is a free Google Chrome extension that forces you to single-task.

¿Qué es Just One Tab?

Just One Tab es una extensión de Chrome desarrollada por https://jot.pm, y su función principal es "Just One Tab is a free Google Chrome extension that forces you to single-task.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Just One Tab

Descarga archivos de extensión Just One Tab 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

                        Just One Tab is a free Google Chrome extension that forces you to single-task. 

Preventing you from opening more than one tab per window, it's hoped this simple tab-limiter will give you space to focus on just one thing.                    

Información Básica de la Extensión

Nombre Just One Tab Just One Tab
ID ihkkfjgomaenfaldplbmlicgepnjjmgl
URL Oficial https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl
Descripción Just One Tab is a free Google Chrome extension that forces you to single-task.
Tamaño del Archivo 152 KB
Cantidad de Instalaciones 99
Versión Actual 0.1.2
Última Actualización 2018-02-16
Fecha de Publicación 2018-02-16
Desarrollador https://jot.pm
Tipo de Pago free
Sitio Web de la Extensión http://jot.pm/
URL de la Página de Ayuda http://jot.pm/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Just One Tab",
    "description": "Just One Tab is a free Google Chrome extension that forces you to single-task.",
    "version": "0.1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Tab Limit"
    },
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2
}