Drag to Go Back
Navigate Browser (Back/Forward) by Wheel-Click Dragging
Hvad er Drag to Go Back?
Drag to Go Back er en Chrome-udvidelse udviklet af June Shim, og dens hovedfunktion er "Navigate Browser (Back/Forward) by Wheel-Click Dragging".
Udvidelsesskærmbilleder
Download Drag to Go Back-udvidelses-CRX-fil
Download Drag to Go Back-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension is for those who use a mouse with only three buttons. (primary, secondary and wheel) With other input devices such as 5-button mouse or Apple's trackpad and magic mouse, navigating pages (Go back/forward) in the browser is seamless. This extension solves problem for easy navigation with a 3-button mouse. Just like swiping the trackpad to go back/forward, user can wheel-click then drag horizontally to go back/forward. (Drag to the right - Go Back a Page, Drag to the left - Go Forward a Page) User has options to change the drag threshold length (in pixels). (e.g. if user wants dragging to be shorter, they can change settings in options page) The source code for this extension can be found at https://github.com/j-shim/drag-to-go-back.
Grundlæggende oplysninger om udvidelsen
Navn | Drag to Go Back |
ID | ikcphihdleoaocpmbcdcdajfiioafmae |
Officiel URL | https://chromewebstore.google.com/detail/drag-to-go-back/ikcphihdleoaocpmbcdcdajfiioafmae |
Beskrivelse | Navigate Browser (Back/Forward) by Wheel-Click Dragging |
Filstørrelse | 11.08 KB |
Antal Installationer | 45 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2020-08-23 |
Udgivelsesdato | 2020-08-22 |
Udvikler | June Shim |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/j-shim/drag-to-go-back |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drag to Go Back", "version": "1.0.0", "description": "Navigate Browser (Back\/Forward) by Wheel-Click Dragging", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |