Advanced tab killer

Tool for closing tabs that are right or left of current tab.

Qu'est-ce que Advanced tab killer ?

Advanced tab killer est une extension Chrome développée par alexey-agk, et sa fonction principale est "Tool for closing tabs that are right or left of current tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Advanced tab killer

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

                        Extension allows you to quickly close tabs on the left or right of the current.
Click on the extension button. You will see a pop-up with slider. To close a tab to the right of the current tab, drag the slider to the right, to close the tabs on the left drag to left. 
You can also use the filter at the page address. For the first click the button with a triangle. Then select the level of filtering (default by domain). After drag the slider.                    

Informations de Base sur l'Extension

Nom Advanced tab killer Advanced tab killer
ID kmmmcmbbhfdabgpbdobcjnihbbpkogpn
URL Officiel https://chromewebstore.google.com/detail/advanced-tab-killer/kmmmcmbbhfdabgpbdobcjnihbbpkogpn
Description Tool for closing tabs that are right or left of current tab.
Taille du Fichier 23.5 KB
Nombre d'Installations 75
Version Actuelle 1.5.1
Dernière Mise à Jour 2014-01-05
Date de Publication 2014-01-05
Évaluation 4.00/5 Total 1 Évaluations
Développeur alexey-agk
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced tab killer",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "Tool for closing tabs that are right or left of current tab.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "18": "icon_18.png",
        "19": "icon_19.png",
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_title": "Advanced tab killer",
        "default_popup": "popup.html"
    }
}