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