Go Back With Backspace Button

Restores browser behavior of navigating to previous page when pressing the Backspace key.

Go Back With Backspace Buttonとは何ですか?

Go Back With Backspace ButtonはArtHouseによって開発されたChromeの拡張機能で、その主な機能は「Restores browser behavior of navigating to previous page when pressing the Backspace key.」です。

Go Back With Backspace Button拡張機能のCRXファイルをダウンロード

Go Back With Backspace Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Restores browser behavior of navigating to previous page when pressing the Backspace key.                    

拡張機能の基本情報

名前 Go Back With Backspace Button Go Back With Backspace Button
ID hgkdgokgamkpehffocijaopekplanmcb
公式URL https://chrome.google.com/webstore/detail/go-back-with-backspace-bu/hgkdgokgamkpehffocijaopekplanmcb
説明 Restores browser behavior of navigating to previous page when pressing the Backspace key.
ファイルサイズ 35.14 KB
インストール数 30
現在のバージョン 0.9
最終更新日 2016-08-26
公開日 2016-08-26
評価 2.00/5 合計 1 レビュー
開発者 ArtHouse
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9",
    "name": "__MSG_l10nExtName__",
    "description": "__MSG_l10nExtDescription__",
    "default_locale": "en",
    "icons": {
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "is_editable.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon32.png"
    },
    "background": {
        "scripts": [
            "is_editable.js",
            "background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "manifest_version": 2,
    "minimum_chrome_version": "52"
}