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ファイルをダウンロード

Scroll Back拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        }
    ]
}