Go back with backspace

Restore the backspace key shortcut to navigate to the previous page.

Go back with backspace là gì?

Go back with backspace là một tiện ích mở rộng Chrome được phát triển bởi https://namitjuneja.com, và tính năng chính của nó là "Restore the backspace key shortcut to navigate to the previous page.".

Ả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 with backspace

Tải xuống các tệp mở rộng Go back with backspace 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

                        Google has removed the ability to go "back" with the backspace key in chrome since v52.

This extension brings back the functionality and allows you to use Backspace key as a shortcut to go back to the previous page.

Usage
BACKSPACE              - Go one step back
Shift + BACKSPACE - Go one step forward                    

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

Tên Go back with backspace Go back with backspace
ID emacifekhnajdlgeejloncjbcnoingnd
URL Chính Thức https://chromewebstore.google.com/detail/go-back-with-backspace/emacifekhnajdlgeejloncjbcnoingnd
Mô tả Restore the backspace key shortcut to navigate to the previous page.
Kích Thước Tệp 4.48 KB
Số Lần Cài Đặt 5,636
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2016-08-01
Ngày Phát Hành 2016-08-01
Đánh Giá 4.04/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://namitjuneja.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/namitjuneja/chrome-backspace
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go back with backspace",
    "description": "Restore the backspace key shortcut to navigate to the previous page.",
    "author": "Namit Juneja",
    "version": "0.3.2",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}