Go back with backspace

Restore the backspace key shortcut to navigate to the previous page.

什么是Go back with backspace?

Go back with backspace是由https://namitjuneja.com开发的Chrome扩展程序,该扩展的主要功能是“Restore the backspace key shortcut to navigate to the previous page.”。

扩展截图

screenshot

下载Go back with backspace扩展crx文件

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

扩展使用说明

                        Google has removed the ability to go "back" with the backspace key in chrome since v52.

This extension brings back the functionality and allows you to use Backspace key as a shortcut to go back to the previous page.

Usage
BACKSPACE              - Go one step back
Shift + BACKSPACE - Go one step forward                    

扩展基本信息

名称 Go back with backspace Go back with backspace
ID emacifekhnajdlgeejloncjbcnoingnd
官方URL https://chromewebstore.google.com/detail/go-back-with-backspace/emacifekhnajdlgeejloncjbcnoingnd
简介 Restore the backspace key shortcut to navigate to the previous page.
文件大小 4.48 KB
安装次数 5,636
当前版本 0.3.2
更新时间 2016-08-01
上架时间 2016-08-01
评分 4.04/5 共25次评分
开发者 https://namitjuneja.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/namitjuneja/chrome-backspace
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go back with backspace",
    "description": "Restore the backspace key shortcut to navigate to the previous page.",
    "author": "Namit Juneja",
    "version": "0.3.2",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}