Go Back(space)

This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.

什么是Go Back(space)?

Go Back(space)是由https://www.tristanwiley.com开发的Chrome扩展程序,该扩展的主要功能是“This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.”。

扩展截图

screenshot

下载Go Back(space)扩展crx文件

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

扩展使用说明

                        This extension will restore the functionality of pressing the backspace key and going to the previous page, and pressing shift+backspace to go forward.

If you'd like the source it is located here: https://github.com/TristanWiley/Go-Backspace                    

扩展基本信息

名称 Go Back(space) Go Back(space)
ID oamoblhomggdkgijpmlnbiafkchmpajd
官方URL https://chromewebstore.google.com/detail/go-backspace/oamoblhomggdkgijpmlnbiafkchmpajd
简介 This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.
文件大小 10.97 KB
安装次数 527
当前版本 1.3
更新时间 2016-10-25
上架时间 2016-10-24
评分 5.00/5 共1次评分
开发者 https://www.tristanwiley.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go Back(space)",
    "description": "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.",
    "version": "1.3",
    "minimum_chrome_version": "52",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_start"
        }
    ]
}