Backspace navigation (for Linux)

This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…

什么是Backspace navigation (for Linux)?

Backspace navigation (for Linux)是由jdmiller93开发的Chrome扩展程序,该扩展的主要功能是“This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…”。

扩展截图

screenshot

下载Backspace navigation (for Linux)扩展crx文件

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

扩展使用说明

                        This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some input field), or shift+backspace to go forward. The extension is intended for Linux users (as Chrome for Linux does not have this feature), but it should not break the built-in backspace navigation on Windows/Mac.                    

扩展基本信息

名称 Backspace navigation (for Linux) Backspace navigation (for Linux)
ID llhklfkimjbpfckbiklconnkagcmocke
官方URL https://chromewebstore.google.com/detail/backspace-navigation-for/llhklfkimjbpfckbiklconnkagcmocke
简介 This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…
文件大小 2.9 KB
安装次数 254
当前版本 1.0
更新时间 2013-09-08
上架时间 2013-09-08
评分 3.82/5 共11次评分
开发者 jdmiller93
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Backspace navigation (for Linux)",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "backspace.js"
            ],
            "all_frames": true
        }
    ]
}