Close Right Tabs

Close all right tabs.

Wat is Close Right Tabs?

Close Right Tabs is een Chrome-extensie ontwikkeld door https://refirio.org, en de belangrijkste functie is "Close all right tabs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Close Right Tabs

Download Close Right 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

                        拡張機能のアイコンから、右側のタブをすべて閉じることができます。                    

Basisinformatie over de Extensie

Naam Close Right Tabs Close Right Tabs
ID ahdnifnjcpeklloobmgkkidkaedkodii
Officiële URL https://chromewebstore.google.com/detail/close-right-tabs/ahdnifnjcpeklloobmgkkidkaedkodii
Beschrijving Close all right tabs.
Bestandsgrootte 21.08 KB
Aantal Installaties 606
Huidige Versie 1.1.0
Laatst Bijgewerkt 2021-11-03
Publicatiedatum 2017-02-11
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://refirio.org
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Right Tabs",
    "description": "Close all right tabs.",
    "version": "1.1.0",
    "manifest_version": 3,
    "permissions": [],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "24": "img\/icon_24.png",
            "32": "img\/icon_32.png"
        },
        "default_title": "Close Right Tabs"
    }
}