Scroll Back

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

Scroll Back란 무엇입니까?

Scroll Back은(는) https://erambler.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox."입니다.

Scroll Back 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/).                    

확장 프로그램 기본 정보

이름 Scroll Back Scroll Back
ID bhhdgkdmcbgoecgmdgbkabdbjcihafgc
공식 URL https://chromewebstore.google.com/detail/scroll-back/bhhdgkdmcbgoecgmdgbkabdbjcihafgc
설명 Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.
파일 크기 5.87 KB
설치 횟수 114
현재 버전 0.1.1
최근 업데이트 2017-01-06
출시 날짜 2017-01-06
평점 5.00/5 총 4 개의 평점
개발자 https://erambler.co.uk
결제 유형 free
지원되는 언어 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"
        }
    ]
}