Close Active Tab

Close Active Tab from Context Menu

Wat is Close Active Tab?

Close Active Tab is een Chrome-extensie ontwikkeld door satoshixsea, en de belangrijkste functie is "Close Active Tab from Context Menu".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Close Active Tab

Download Close Active Tab-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

                        現在開いているタブを閉じるための拡張機能です。
ブラウザ上で右クリックして現れるコンテキストメニューと、右上に表示されるアイコンから閉じることができます。

This is a simple extension for closing active tab.
You can use this extension in the context menu and on the upper right icon.                    

Basisinformatie over de Extensie

Naam Close Active Tab Close Active Tab
ID kkkdkbchmnangdchamocdjclafdapoml
Officiële URL https://chromewebstore.google.com/detail/close-active-tab/kkkdkbchmnangdchamocdjclafdapoml
Beschrijving Close Active Tab from Context Menu
Bestandsgrootte 10.11 KB
Aantal Installaties 108
Huidige Versie 1.1
Laatst Bijgewerkt 2017-04-09
Publicatiedatum 2017-04-08
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar satoshixsea
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Active Tab",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Close Active Tab from Context Menu",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "close"
    }
}