Just One Tab

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

Just One Tabとは何ですか?

Just One Tabはhttps://jot.pmによって開発されたChromeの拡張機能で、その主な機能は「Just One Tab is a free Google Chrome extension that forces you to single-task.」です。

拡張機能のスクリーンショット

screenshot

Just One Tab拡張機能のCRXファイルをダウンロード

Just One Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Just One Tab Just One Tab
ID ihkkfjgomaenfaldplbmlicgepnjjmgl
公式URL https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl
説明 Just One Tab is a free Google Chrome extension that forces you to single-task.
ファイルサイズ 152 KB
インストール数 99
現在のバージョン 0.1.2
最終更新日 2018-02-16
公開日 2018-02-16
開発者 https://jot.pm
支払い方法 free
拡張機能のウェブサイト http://jot.pm/
ヘルプページのURL http://jot.pm/
対応言語 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
}