CloseTabsByDomain
Close all tabs by domain
Qu'est-ce que CloseTabsByDomain ?
CloseTabsByDomain est une extension Chrome développée par https://ragerworks.com, et sa fonction principale est "Close all tabs by domain".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CloseTabsByDomain
Téléchargez les fichiers d'extension CloseTabsByDomain 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
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
Informations de Base sur l'Extension
Nom | CloseTabsByDomain |
ID | hjnfjlehafmdppfncbjafjghkfkgiaml |
URL Officiel | https://chromewebstore.google.com/detail/closetabsbydomain/hjnfjlehafmdppfncbjafjghkfkgiaml |
Description | Close all tabs by domain |
Taille du Fichier | 61.61 KB |
Nombre d'Installations | 95 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2020-10-10 |
Date de Publication | 2018-12-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://ragerworks.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ragerworks.com/static/close-tabs-by-domain.html |
Langues Prises en Charge | 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" } |