Close Active Tab

Close Active Tab from Context Menu

Close Active Tab란 무엇입니까?

Close Active Tab은(는) satoshixsea에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Close Active Tab from Context Menu"입니다.

확장 프로그램 스크린샷

screenshot

Close Active Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 Close Active Tab Close Active Tab
ID kkkdkbchmnangdchamocdjclafdapoml
공식 URL https://chromewebstore.google.com/detail/close-active-tab/kkkdkbchmnangdchamocdjclafdapoml
설명 Close Active Tab from Context Menu
파일 크기 10.11 KB
설치 횟수 108
현재 버전 1.1
최근 업데이트 2017-04-09
출시 날짜 2017-04-08
평점 4.25/5 총 4 개의 평점
개발자 satoshixsea
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}