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
官方網址 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
電子郵箱 [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"
}