zvTabs(Close left side tabs)
zvTabs can close all the tabs on the left side with just one click by two ways, 1:right click on the web page and select 'Close…
Wat is zvTabs(Close left side tabs)?
zvTabs(Close left side tabs) is een Chrome-extensie ontwikkeld door https://www.zenoven.com, en de belangrijkste functie is "zvTabs can close all the tabs on the left side with just one click by two ways, 1:right click on the web page and select 'Close…".
Extensie Screenshots
Download het CRX-bestand van de extensie zvTabs(Close left side tabs)
Download zvTabs(Close left side 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
zvTabs can close all the tabs on the left side with just one click by two ways,
1:right click on the web page and select 'Close left side tabs'
2:click on the plugin icon(on the top right of Chrome) Basisinformatie over de Extensie
| Naam | |
| ID | aelfgfndnhaiicaahkbpmgbbnflnbejb |
| Officiële URL | https://chromewebstore.google.com/detail/zvtabsclose-left-side-tab/aelfgfndnhaiicaahkbpmgbbnflnbejb |
| Beschrijving | zvTabs can close all the tabs on the left side with just one click by two ways, 1:right click on the web page and select 'Close… |
| Bestandsgrootte | 12.63 KB |
| Aantal Installaties | 1,400 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2021-07-09 |
| Publicatiedatum | 2012-08-21 |
| Beoordeling | 4.27/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | https://www.zenoven.com |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://github.com/zenoven/privacy-policy/blob/main/README.md |
| Ondersteunde Talen | en,en-US,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "1.3",
"manifest_version": 2,
"minimum_chrome_version": "16",
"description": "__MSG_extDescription__",
"default_locale": "zh_CN",
"browser_action": {
"default_icon": "images\/16.png"
},
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
}
} | |