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…

Vad är zvTabs(Close left side tabs)?

zvTabs(Close left side tabs) är en Chrome-tillägg utvecklad av https://www.zenoven.com, och dess huvudfunktion är "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…".

Tilläggsskärmbilder

screenshot

Ladda ner zvTabs(Close left side tabs)-förlängningens CRX-fil

Ladda ner zvTabs(Close left side 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

                        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äggande Information om Tillägg

Namn zvTabs(Close left side tabs) zvTabs(Close left side tabs)
ID aelfgfndnhaiicaahkbpmgbbnflnbejb
Officiell webbadress https://chromewebstore.google.com/detail/zvtabsclose-left-side-tab/aelfgfndnhaiicaahkbpmgbbnflnbejb
Beskrivning 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…
Filstorlek 12.63 KB
Antal Installationer 1,400
Aktuell Version 1.3
Senast Uppdaterad 2021-07-09
Publiceringsdatum 2012-08-21
Betyg 4.27/5 Totalt 15 Betyg
Utvecklare https://www.zenoven.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://github.com/zenoven/privacy-policy/blob/main/README.md
Stödda Språk 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"
        ]
    }
}