Hide Tab

Hide your browser tabs.

Wat is Hide Tab?

Hide Tab is een Chrome-extensie ontwikkeld door buzznewsx.com, en de belangrijkste functie is "Hide your browser tabs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hide Tab

Download Hide Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hide Tab Hide Tab
ID fgkbkepokoodbbcbcboiopdkfelpjhgi
Officiële URL https://chromewebstore.google.com/detail/hide-tab/fgkbkepokoodbbcbcboiopdkfelpjhgi
Beschrijving Hide your browser tabs.
Bestandsgrootte 15.93 KB
Aantal Installaties 742
Huidige Versie 0.0.3
Laatst Bijgewerkt 2020-06-11
Publicatiedatum 2020-06-11
Beoordeling 4.60/5 Totaal 5 Beoordelingen
Ontwikkelaar buzznewsx.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.buzznewsx.com/privacy
Ondersteunde Talen 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": []
}