Hide Tab

Hide your browser tabs.

Apa itu Hide Tab?

Hide Tab adalah ekstensi Chrome yang dikembangkan oleh buzznewsx.com, dan fitur utamanya adalah "Hide your browser tabs.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hide Tab

Unduh file ekstensi Hide Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hide Tab Hide Tab
ID fgkbkepokoodbbcbcboiopdkfelpjhgi
URL Resmi https://chromewebstore.google.com/detail/hide-tab/fgkbkepokoodbbcbcboiopdkfelpjhgi
Deskripsi Hide your browser tabs.
Ukuran File 15.93 KB
Jumlah Instalasi 742
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2020-06-11
Tanggal Publikasi 2020-06-11
Penilaian 4.60/5 Total 5 Penilaian
Pengembang buzznewsx.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.buzznewsx.com/privacy
Bahasa yang Didukung 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": []
}