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) là gì?

Go Back(space) là một tiện ích mở rộng Chrome được phát triển bởi https://www.tristanwiley.com, và tính năng chính của nó là "This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Go Back(space)

Tải xuống các tệp mở rộng Go Back(space) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Go Back(space) Go Back(space)
ID oamoblhomggdkgijpmlnbiafkchmpajd
URL Chính Thức https://chromewebstore.google.com/detail/go-backspace/oamoblhomggdkgijpmlnbiafkchmpajd
Mô tả This extension will restore the functionality of pressing backspace to go to the previous page, and shift+backspace to go forward.
Kích Thước Tệp 10.97 KB
Số Lần Cài Đặt 527
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2016-10-25
Ngày Phát Hành 2016-10-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.tristanwiley.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}