Hide Tab

Hide your browser tabs.

Hide Tabとは何ですか?

Hide Tabはbuzznewsx.comによって開発されたChromeの拡張機能で、その主な機能は「Hide your browser tabs.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Restarting the browser after installation takes effect.

One click hides the browser tabs you're visiting, which is useful when you don't want people to see your tabs.
Click the icon button or Alt + q (Mac: option + q) to implement tagging and hiding.                    

拡張機能の基本情報

名前 Hide Tab Hide Tab
ID fgkbkepokoodbbcbcboiopdkfelpjhgi
公式URL https://chromewebstore.google.com/detail/hide-tab/fgkbkepokoodbbcbcboiopdkfelpjhgi
説明 Hide your browser tabs.
ファイルサイズ 15.93 KB
インストール数 742
現在のバージョン 0.0.3
最終更新日 2020-06-11
公開日 2020-06-11
評価 4.60/5 合計 5 レビュー
開発者 buzznewsx.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.buzznewsx.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.3",
    "description": "__MSG_description__",
    "default_locale": "en",
    "author": "[email protected]",
    "browser_action": {
        "default_icon": "images\/icons\/icon48.png",
        "default_title": "HideTab"
    },
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Toggle Hide\/Show"
        }
    },
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/favicon.ico",
        "images\/default.ico"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": []
}