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…
Hvad er zvTabs(Close left side tabs)?
zvTabs(Close left side tabs) er en Chrome-udvidelse udviklet af https://www.zenoven.com, og dens hovedfunktion er "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…".
Udvidelsesskærmbilleder
Download zvTabs(Close left side tabs)-udvidelses-CRX-fil
Download zvTabs(Close left side tabs)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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)
Grundlæggende oplysninger om udvidelsen
Navn | zvTabs(Close left side tabs) |
ID | aelfgfndnhaiicaahkbpmgbbnflnbejb |
Officiel URL | https://chromewebstore.google.com/detail/zvtabsclose-left-side-tab/aelfgfndnhaiicaahkbpmgbbnflnbejb |
Beskrivelse | 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… |
Filstørrelse | 12.63 KB |
Antal Installationer | 1,400 |
Nuværende Version | 1.3 |
Senest Opdateret | 2021-07-09 |
Udgivelsesdato | 2012-08-21 |
Bedømmelse | 4.27/5 Samlet 15 Bedømmelser |
Udvikler | https://www.zenoven.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://github.com/zenoven/privacy-policy/blob/main/README.md |
Understøttede Sprog | 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" ] } } |