Go Back With Backspace Button

Restores browser behavior of navigating to previous page when pressing the Backspace key.

什么是Go Back With Backspace Button?

Go Back With Backspace Button是由ArtHouse开发的Chrome扩展程序,该扩展的主要功能是“Restores browser behavior of navigating to previous page when pressing the Backspace key.”。

下载Go Back With Backspace Button扩展crx文件

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

扩展使用说明

                        Restores browser behavior of navigating to previous page when pressing the Backspace key.                    

扩展基本信息

名称 Go Back With Backspace Button Go Back With Backspace Button
ID hgkdgokgamkpehffocijaopekplanmcb
官方URL https://chrome.google.com/webstore/detail/go-back-with-backspace-bu/hgkdgokgamkpehffocijaopekplanmcb
简介 Restores browser behavior of navigating to previous page when pressing the Backspace key.
文件大小 35.14 KB
安装次数 30
当前版本 0.9
更新时间 2016-08-26
上架时间 2016-08-26
评分 2.00/5 共1次评分
开发者 ArtHouse
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9",
    "name": "__MSG_l10nExtName__",
    "description": "__MSG_l10nExtDescription__",
    "default_locale": "en",
    "icons": {
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "is_editable.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon32.png"
    },
    "background": {
        "scripts": [
            "is_editable.js",
            "background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "52"
}