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