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