CloseTabsByDomain

Close all tabs by domain

Wat is CloseTabsByDomain?

CloseTabsByDomain is een Chrome-extensie ontwikkeld door https://ragerworks.com, en de belangrijkste functie is "Close all tabs by domain".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie CloseTabsByDomain

Download CloseTabsByDomain-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        With the browser extension CloseTabsByDomain you are able to close all open tabs of a domain comfortably. Easily close tabs by domain!

There are two ways to use the extension:

 - Right-click in the page
 - Click on the extension button

Use the settings to configure how the tabs in the CloseTabsByDomain list are sorted: - Browser order:

- Alphabetical
- By number of open tabs

New: 

- Sort open tabs by domain                    

Basisinformatie over de Extensie

Naam CloseTabsByDomain CloseTabsByDomain
ID hjnfjlehafmdppfncbjafjghkfkgiaml
Officiële URL https://chromewebstore.google.com/detail/closetabsbydomain/hjnfjlehafmdppfncbjafjghkfkgiaml
Beschrijving Close all tabs by domain
Bestandsgrootte 61.61 KB
Aantal Installaties 95
Huidige Versie 1.2.0
Laatst Bijgewerkt 2020-10-10
Publicatiedatum 2018-12-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://ragerworks.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ragerworks.com/static/close-tabs-by-domain.html
Ondersteunde Talen de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CloseTabsByDomain",
    "description": "Close all tabs by domain",
    "version": "1.2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "img\/logo\/icon_16.png",
        "48": "img\/logo\/icon_48.png",
        "128": "img\/logo\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "img\/logo\/icon_16.png",
            "48": "img\/logo\/icon_48.png"
        },
        "default_title": "CloseByDomain",
        "default_popup": "popup.html"
    },
    "default_locale": "en"
}