Close other tabs

Browser extension to close other tabs

Qu'est-ce que Close other tabs ?

Close other tabs est une extension Chrome développée par nunofaria11, et sa fonction principale est "Browser extension to close other tabs".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Close other tabs

Téléchargez les fichiers d'extension Close other tabs 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

                        A simple extension that provides a quick way of closing every other tab in window.                    

Informations de Base sur l'Extension

Nom Close other tabs Close other tabs
ID cohclepbfkicjacnladehmbiepoaobmm
URL Officiel https://chrome.google.com/webstore/detail/cohclepbfkicjacnladehmbiepoaobmm
Description Browser extension to close other tabs
Taille du Fichier 5.51 KB
Nombre d'Installations 33
Version Actuelle 1.0.2
Dernière Mise à Jour 2019-11-08
Date de Publication 2019-11-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur nunofaria11
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/nunofaria11/close-other-tabs-ext
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close other tabs",
    "version": "1.0.2",
    "description": "Browser extension to close other tabs",
    "author": "Nuno Faria",
    "homepage_url": "https:\/\/github.com\/nunofaria11\/close-other-tabs-ext",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/close_16.png",
            "32": "icons\/close_32.png",
            "64": "icons\/close_64.png"
        }
    },
    "icons": {
        "16": "icons\/close_16.png",
        "32": "icons\/close_32.png",
        "64": "icons\/close_64.png"
    }
}