Close Tabs To The Left

This extension allows the user to close chrome tabs to the left, with one press of the button

Was ist Close Tabs To The Left?

Close Tabs To The Left ist eine Chrome-Erweiterung, die von fr1sk entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the user to close chrome tabs to the left, with one press of the button".

Erweiterungsscreenshots

Close Tabs To The Left-Erweiterungs-CRX-Datei herunterladen

Laden Sie Close Tabs To The Left-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

                        On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!                    

Grundlegende Informationen zur Erweiterung

Name Close Tabs To The Left Close Tabs To The Left
ID aejaklcloiadinippijlaoidldfpbomi
Offizielle URL https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi
Beschreibung This extension allows the user to close chrome tabs to the left, with one press of the button
Dateigröße 11.62 KB
Installationsanzahl 35
Aktuelle Version 1.2
Letztes Update 2019-02-22
Veröffentlichungsdatum 2019-02-22
Entwickler fr1sk
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Close Tabs To The Left",
    "short_name": "CTTTL",
    "description": "This extension allows the user to close chrome tabs to the left, with one press of the button",
    "version": "1.2",
    "browser_action": {
        "default_icon": "resources\/icon.png"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}