Scroll Back

Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.

Scroll Back là gì?

Scroll Back là một tiện ích mở rộng Chrome được phát triển bởi https://erambler.co.uk, và tính năng chính của nó là "Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.".

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

Tải xuống các tệp mở rộng Scroll Back 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

                        Firefox allows you to navigate in the history by holding down the Shift key and using the mouse wheel.  This extension enables the same behaviour in Chrome.  There is no configuration: just disable the extension to go back to the default behaviour.

License: https://github.com/jezcope/chrome-scroll-back/blob/master/LICENSE.txt

Please report bugs at https://github.com/jezcope/chrome-scroll-back/issues.

Icon taken from FontAwesome (http://fortawesome.github.io/Font-Awesome/).                    

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

Tên Scroll Back Scroll Back
ID bhhdgkdmcbgoecgmdgbkabdbjcihafgc
URL Chính Thức https://chromewebstore.google.com/detail/scroll-back/bhhdgkdmcbgoecgmdgbkabdbjcihafgc
Mô tả Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.
Kích Thước Tệp 5.87 KB
Số Lần Cài Đặt 114
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2017-01-06
Ngày Phát Hành 2017-01-06
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://erambler.co.uk
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scroll Back",
    "description": "Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.",
    "icons": {
        "128": "icon.png"
    },
    "version": "0.1.1",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/scrollback.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}