Bulky close tabs
Close multiple tabs by hostnames or position.
Vad är Bulky close tabs?
Bulky close tabs är en Chrome-tillägg utvecklad av eahta, och dess huvudfunktion är "Close multiple tabs by hostnames or position.".
Tilläggsskärmbilder
Ladda ner Bulky close tabs-förlängningens CRX-fil
Ladda ner Bulky close tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Bulky close tabs |
ID | ggpngjjjpfoplolfkljmlhkcgdefjgae |
Officiell webbadress | https://chromewebstore.google.com/detail/bulky-close-tabs/ggpngjjjpfoplolfkljmlhkcgdefjgae |
Beskrivning | Close multiple tabs by hostnames or position. |
Filstorlek | 723 KB |
Antal Installationer | 85 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2016-03-26 |
Publiceringsdatum | 2016-03-26 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | eahta |
Betalningssätt | free |
Stödda Språk | 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" ] } |