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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scroll Back एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } ] } |