Close on Back

This extension will close your active tab when you hit back on the last history page.

Close on Back란 무엇입니까?

Close on Back은(는) VDO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will close your active tab when you hit back on the last history page."입니다.

확장 프로그램 스크린샷

screenshot

Close on Back 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Very useful when you open a tab but want to close in directly. This extension will also work with the extra history back buttons you might have on your mouse or with keyboard shortcuts.                    

확장 프로그램 기본 정보

이름 Close on Back Close on Back
ID pejmaahmbkcgbilcnckdadngeibiekbd
공식 URL https://chromewebstore.google.com/detail/close-on-back/pejmaahmbkcgbilcnckdadngeibiekbd
설명 This extension will close your active tab when you hit back on the last history page.
파일 크기 18.36 KB
설치 횟수 874
현재 버전 0.10
최근 업데이트 2020-07-17
출시 날짜 2017-03-23
평점 4.61/5 총 28 개의 평점
개발자 VDO
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Close on Back",
    "short_name": "CoB",
    "description": "This extension will close your active tab when you hit back on the last history page.",
    "version": "0.10",
    "icons": {
        "16": "images\/icon16-active.png",
        "48": "images\/icon48-active.png",
        "128": "images\/icon128-active.png"
    },
    "browser_action": {
        "default_title": "Close on Back",
        "default_icon": {
            "16": "images\/icon16-active.png",
            "24": "images\/icon24-active.png",
            "32": "images\/icon32-active.png",
            "48": "images\/icon48-active.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "webNavigation",
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ]
}