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文件

下载Close on Back扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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",
        "*:\/\/*\/*"
    ]
}