Just One Tab

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

Wat is Just One Tab?

Just One Tab is een Chrome-extensie ontwikkeld door https://jot.pm, en de belangrijkste functie is "Just One Tab is a free Google Chrome extension that forces you to single-task.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Just One Tab

Download Just One Tab-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

                        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.                    

Basisinformatie over de Extensie

Naam Just One Tab Just One Tab
ID ihkkfjgomaenfaldplbmlicgepnjjmgl
Officiële URL https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl
Beschrijving Just One Tab is a free Google Chrome extension that forces you to single-task.
Bestandsgrootte 152 KB
Aantal Installaties 99
Huidige Versie 0.1.2
Laatst Bijgewerkt 2018-02-16
Publicatiedatum 2018-02-16
Ontwikkelaar https://jot.pm
Betalingswijze free
Extensiewebsite http://jot.pm/
Help Pagina-URL http://jot.pm/
Ondersteunde Talen 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
}