One Tab to Rule Them All

Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.

One Tab to Rule Them Allとは何ですか?

One Tab to Rule Them AllはMichael Taylorによって開発されたChromeの拡張機能で、その主な機能は「Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.」です。

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

screenshot

One Tab to Rule Them All拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension completely disables the use of tabs in Google Chrome. If something was going to open in a new tab, it closes immediately, and is lost forever. Most people probably will not want this extension for everyday browsing, but it is useful for kiosk applications because new tabs will never open.                    

拡張機能の基本情報

名前 One Tab to Rule Them All One Tab to Rule Them All
ID ihdbhhgfjhgmkcemdmbicneejahfpmok
公式URL https://chromewebstore.google.com/detail/one-tab-to-rule-them-all/ihdbhhgfjhgmkcemdmbicneejahfpmok
説明 Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.
ファイルサイズ 22.21 KB
インストール数 34
現在のバージョン 1.2
最終更新日 2018-08-07
公開日 2018-08-07
評価 3.00/5 合計 2 レビュー
開発者 Michael Taylor
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Tab to Rule Them All",
    "version": "1.2",
    "description": "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}