Close Tab

Add a tab close action to the page context menu

Was ist Close Tab?

Close Tab ist eine Chrome-Erweiterung, die von Hansifer entwickelt wurde, und ihr Hauptmerkmal ist "Add a tab close action to the page context menu".

Erweiterungsscreenshots

screenshot

Close Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Close Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Close Tab lets you close a web page in a snap with a right mouse click and a key press. This is often quicker than moving the mouse cursor up to the tab's close icon or taking your hand off the mouse to use a keyboard shortcut that requires both hands.

The shortcut key that closes the tab is customizable.                    

Grundlegende Informationen zur Erweiterung

Name Close Tab Close Tab
ID lnchemdcmhoccciihokpdkkekmnejfhj
Offizielle URL https://chromewebstore.google.com/detail/close-tab/lnchemdcmhoccciihokpdkkekmnejfhj
Beschreibung Add a tab close action to the page context menu
Dateigröße 25.84 KB
Installationsanzahl 1,786
Aktuelle Version 1.8.0
Letztes Update 2023-11-28
Veröffentlichungsdatum 2020-05-09
Bewertung 4.73/5 Insgesamt 22 Bewertungen
Entwickler Hansifer
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Tab",
    "version": "1.8.0",
    "minimum_chrome_version": "91",
    "description": "Add a tab close action to the page context menu",
    "default_locale": "en",
    "manifest_version": 3,
    "options_ui": {
        "page": "options_inline.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "action": {
        "default_icon": {
            "19": "img\/logo19.png",
            "38": "img\/logo38.png"
        },
        "default_title": "Close selected tab"
    },
    "background": {
        "service_worker": "bg.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}