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 |
官方網址 | 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" } ] } |