Close Active Tab

Close Active Tab from Context Menu

Apa itu Close Active Tab?

Close Active Tab adalah ekstensi Chrome yang dikembangkan oleh satoshixsea, dan fitur utamanya adalah "Close Active Tab from Context Menu".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Close Active Tab

Unduh file ekstensi Close Active Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama Close Active Tab Close Active Tab
ID kkkdkbchmnangdchamocdjclafdapoml
URL Resmi https://chromewebstore.google.com/detail/close-active-tab/kkkdkbchmnangdchamocdjclafdapoml
Deskripsi Close Active Tab from Context Menu
Ukuran File 10.11 KB
Jumlah Instalasi 108
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-04-09
Tanggal Publikasi 2017-04-08
Penilaian 4.25/5 Total 4 Penilaian
Pengembang satoshixsea
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}