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