Bulky close tabs
Close multiple tabs by hostnames or position.
Was ist Bulky close tabs?
Bulky close tabs ist eine Chrome-Erweiterung, die von eahta entwickelt wurde, und ihr Hauptmerkmal ist "Close multiple tabs by hostnames or position.".
Erweiterungsscreenshots
Bulky close tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bulky close tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Version 1.0.3:
The plugin only work on tabs in the current window.
Close multiple tabs by host names or position. Example:
"google, facebook": remove all tabs whose host name contain "google" or "facebook".
"l": remove all tabs from the left side.
"r": remove all tabs from the right side. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ggpngjjjpfoplolfkljmlhkcgdefjgae |
| Offizielle URL | https://chromewebstore.google.com/detail/bulky-close-tabs/ggpngjjjpfoplolfkljmlhkcgdefjgae |
| Beschreibung | Close multiple tabs by hostnames or position. |
| Dateigröße | 723 KB |
| Installationsanzahl | 85 |
| Aktuelle Version | 1.0.3 |
| Letztes Update | 2016-03-26 |
| Veröffentlichungsdatum | 2016-03-26 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | eahta |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bulky close tabs",
"description": "Close multiple tabs by hostnames or position.",
"version": "1.0.3",
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs"
]
} | |