Backspace navigation (for Linux)

This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…

Backspace navigation (for Linux) là gì?

Backspace navigation (for Linux) là một tiện ích mở rộng Chrome được phát triển bởi jdmiller93, và tính năng chính của nó là "This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…".

Ả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 Backspace navigation (for Linux)

Tải xuống các tệp mở rộng Backspace navigation (for Linux) 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 simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some input field), or shift+backspace to go forward. The extension is intended for Linux users (as Chrome for Linux does not have this feature), but it should not break the built-in backspace navigation on Windows/Mac.                    

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

Tên Backspace navigation (for Linux) Backspace navigation (for Linux)
ID llhklfkimjbpfckbiklconnkagcmocke
URL Chính Thức https://chromewebstore.google.com/detail/backspace-navigation-for/llhklfkimjbpfckbiklconnkagcmocke
Mô tả This simple extension allows you to use the backspace key to go back one page in your browser history (when not typing in some…
Kích Thước Tệp 2.9 KB
Số Lần Cài Đặt 254
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-09-08
Ngày Phát Hành 2013-09-08
Đánh Giá 3.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển jdmiller93
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Backspace navigation (for Linux)",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "backspace.js"
            ],
            "all_frames": true
        }
    ]
}