Close other tabs
Browser extension to close other tabs
Wat is Close other tabs?
Close other tabs is een Chrome-extensie ontwikkeld door nunofaria11, en de belangrijkste functie is "Browser extension to close other tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Close other tabs
Download Close other 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
A simple extension that provides a quick way of closing every other tab in window. Basisinformatie over de Extensie
| Naam | |
| ID | cohclepbfkicjacnladehmbiepoaobmm |
| Officiële URL | https://chrome.google.com/webstore/detail/cohclepbfkicjacnladehmbiepoaobmm |
| Beschrijving | Browser extension to close other tabs |
| Bestandsgrootte | 5.51 KB |
| Aantal Installaties | 33 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2019-11-08 |
| Publicatiedatum | 2019-11-08 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | nunofaria11 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/nunofaria11/close-other-tabs-ext |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Close other tabs",
"version": "1.0.2",
"description": "Browser extension to close other tabs",
"author": "Nuno Faria",
"homepage_url": "https:\/\/github.com\/nunofaria11\/close-other-tabs-ext",
"manifest_version": 2,
"permissions": [
"contextMenus",
"tabs"
],
"background": {
"scripts": [
"main.js"
]
},
"browser_action": {
"default_icon": {
"16": "icons\/close_16.png",
"32": "icons\/close_32.png",
"64": "icons\/close_64.png"
}
},
"icons": {
"16": "icons\/close_16.png",
"32": "icons\/close_32.png",
"64": "icons\/close_64.png"
}
} | |