Close Tabs To The Left

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

Qu'est-ce que Close Tabs To The Left ?

Close Tabs To The Left est une extension Chrome développée par fr1sk, et sa fonction principale est "This extension allows the user to close chrome tabs to the left, with one press of the button".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Close Tabs To The Left

Téléchargez les fichiers d'extension Close Tabs To The Left au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Close Tabs To The Left Close Tabs To The Left
ID aejaklcloiadinippijlaoidldfpbomi
URL Officiel https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi
Description This extension allows the user to close chrome tabs to the left, with one press of the button
Taille du Fichier 11.62 KB
Nombre d'Installations 35
Version Actuelle 1.2
Dernière Mise à Jour 2019-02-22
Date de Publication 2019-02-22
Développeur fr1sk
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}