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
官方網址 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
        }
    ]
}