Just One Tab

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

What is Just One Tab?

Just One Tab is a Chrome extension developed by https://jot.pm, and its main feature is "Just One Tab is a free Google Chrome extension that forces you to single-task.".

Extension Screenshots

screenshot

Download Just One Tab Extension CRX File

Download Just One Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Just One Tab Just One Tab
ID ihkkfjgomaenfaldplbmlicgepnjjmgl
Official URL https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl
Description Just One Tab is a free Google Chrome extension that forces you to single-task.
File Size 152 KB
Installation Count 99
Current Version 0.1.2
Last Updated 2018-02-16
Publish Date 2018-02-16
Developer https://jot.pm
Payment Type free
Extension Website http://jot.pm/
Help Page URL http://jot.pm/
Supported Languages 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
}