Bulky close tabs
Close multiple tabs by hostnames or position.
Wat is Bulky close tabs?
Bulky close tabs is een Chrome-extensie ontwikkeld door eahta, en de belangrijkste functie is "Close multiple tabs by hostnames or position.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bulky close tabs
Download Bulky close tabs-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
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.
Basisinformatie over de Extensie
Naam | Bulky close tabs |
ID | ggpngjjjpfoplolfkljmlhkcgdefjgae |
Officiële URL | https://chromewebstore.google.com/detail/bulky-close-tabs/ggpngjjjpfoplolfkljmlhkcgdefjgae |
Beschrijving | Close multiple tabs by hostnames or position. |
Bestandsgrootte | 723 KB |
Aantal Installaties | 85 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2016-03-26 |
Publicatiedatum | 2016-03-26 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | eahta |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |