Close Tabs

Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more

Qu'est-ce que Close Tabs ?

Close Tabs est une extension Chrome développée par https://tejji.com, et sa fonction principale est "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Provide context menu (popup that appear on right click) close button with following options

1. Close tabs to the left of current tab
2. Close tabs to the right of current tab
3. Close other tabs except current tab
4. Close current tab
6. Close tabs from current domain / website 
7. Close tabs from other domain / website except current one
8. Close window
9. Option to disable context menu

The options is available via...
Right click on any webpage --> Click Close Tabs --> Click Options 

More extensions at http://tejji.com/browser/chrome/extensions/

Thanks,
http://tejji.com

v1.2 - 2018-09-13
- changes to ensure compliance Chrome Web Store policies                    

Informations de Base sur l'Extension

Nom Close Tabs Close Tabs
ID gadafnnkijfmbbmeielphlapddbmgbgo
URL Officiel https://chromewebstore.google.com/detail/close-tabs/gadafnnkijfmbbmeielphlapddbmgbgo
Description Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more
Taille du Fichier 72.56 KB
Nombre d'Installations 11,611
Version Actuelle 1.2
Dernière Mise à Jour 2018-09-14
Date de Publication 2018-09-13
Évaluation 4.24/5 Total 186 Évaluations
Développeur https://tejji.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://tejji.com/
URL de la Page d'Aide http://tejji.com/contactus.aspx
URL de la Page de Politique de Confidentialité https://tejji.com/privacy.aspx
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Tabs",
    "version": "1.2",
    "description": "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage",
        "tabs"
    ],
    "manifest_version": 2,
    "homepage_url": "http:\/\/tejji.com\/"
}