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
Eメール [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"
    }
}