Just One Tab

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

Cos'è Just One Tab?

Just One Tab è un'estensione di Chrome sviluppata da https://jot.pm, e la sua funzione principale è "Just One Tab is a free Google Chrome extension that forces you to single-task.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Just One Tab

Scarica i file di estensione Just One Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Just One Tab Just One Tab
ID ihkkfjgomaenfaldplbmlicgepnjjmgl
URL Ufficiale https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl
Descrizione Just One Tab is a free Google Chrome extension that forces you to single-task.
Dimensione del File 152 KB
Conteggio Installazioni 99
Versione Corrente 0.1.2
Ultimo Aggiornamento 2018-02-16
Data di Pubblicazione 2018-02-16
Sviluppatore https://jot.pm
Tipo di Pagamento free
Sito Web dell'Estensione http://jot.pm/
URL della Pagina di Aiuto http://jot.pm/
Lingue Supportate 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
}