Close Active Tab

Close Active Tab from Context Menu

What is Close Active Tab?

Close Active Tab is a Chrome extension developed by satoshixsea, and its main feature is "Close Active Tab from Context Menu".

Extension Screenshots

screenshot

Download Close Active Tab Extension CRX File

Download Close Active Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Close Active Tab Close Active Tab
ID kkkdkbchmnangdchamocdjclafdapoml
Official URL https://chromewebstore.google.com/detail/close-active-tab/kkkdkbchmnangdchamocdjclafdapoml
Description Close Active Tab from Context Menu
File Size 10.11 KB
Installation Count 108
Current Version 1.1
Last Updated 2017-04-09
Publish Date 2017-04-08
Rating 4.25/5 Total 4 Ratings
Developer satoshixsea
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}