Tab Killer

Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!

Qu'est-ce que Tab Killer ?

Tab Killer est une extension Chrome développée par Lucian Grijincu, et sa fonction principale est "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tab Killer

Téléchargez les fichiers d'extension Tab Killer 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

                        Right click and choose what to close:
- duplicate tabs
- tabs to the left or right
- from the same or different domain or URL as the current one
- from the current domain, but with a part of the URL path identical                    

Informations de Base sur l'Extension

Nom Tab Killer Tab Killer
ID emoianadnmpcffipnfhddhdjchjcchhb
URL Officiel https://chromewebstore.google.com/detail/tab-killer/emoianadnmpcffipnfhddhdjchjcchhb
Description Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!
Taille du Fichier 10.83 KB
Nombre d'Installations 459
Version Actuelle 1.4
Dernière Mise à Jour 2017-01-24
Date de Publication 2017-01-24
Évaluation 3.60/5 Total 10 Évaluations
Développeur Lucian Grijincu
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "tab-killer.html"
    },
    "description": "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!",
    "icons": {
        "128": "x-128.png"
    },
    "manifest_version": 2,
    "name": "Tab Killer",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.4"
}