Scroll-Anywhere
Scroll the webpage as if the scrollbar is right under your pointer by holding down the middle mouse button anywhere on the webpage.
Τι είναι το Scroll-Anywhere;
Το Scroll-Anywhere είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον em_te, και η κύρια λειτουργία του είναι "Scroll the webpage as if the scrollbar is right under your pointer by holding down the middle mouse button anywhere on the webpage.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Scroll-Anywhere
Λήψη αρχείων επέκτασης Scroll-Anywhere σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Allows you to scroll the webpage no matter where the pointer is, as if the pointer was currently over the scrollbar. Simply hold down the middle button anywhere on the webpage and move the mouse in any direction. You can also go into the extension's settings page and change the direction of the scroll so that it behaves like touch devices. As an optimization, if you hold down the middle button, move the mouse a little and then very quickly release the button, you can continue to scroll the webpage without needing to keep the mouse button pressed. This extension is open source: https://github.com/em-te/webextension-scrollbar-anywhere Caveat: This extension cannot work on the Extensions Gallery (this website).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Scroll-Anywhere |
ID | efdjjpechpdfmdnpamdppjahcemapgbn |
Επίσημο URL | https://chromewebstore.google.com/detail/scroll-anywhere/efdjjpechpdfmdnpamdppjahcemapgbn |
Περιγραφή | Scroll the webpage as if the scrollbar is right under your pointer by holding down the middle mouse button anywhere on the webpage. |
Μέγεθος Αρχείου | 10.71 KB |
Αριθμός Εγκαταστάσεων | 21 |
Τρέχουσα Έκδοση | 0.1.3 |
Τελευταία Ενημέρωση | 2022-04-12 |
Ημερομηνία Δημοσίευσης | 2022-03-30 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | em_te |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/em-te/webextension-scrollbar-anywhere |
URL της Σελίδας Πολιτικής Απορρήτου | https://em-te.github.io/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "author": "Terry", "version": "0.1.3", "description": "__MSG_extensionDescription__", "manifest_version": 3, "default_locale": "en", "icons": { "48": "icon_48.png", "96": "icon_96.png", "128": "icon_128.png" }, "permissions": [ "storage" ], "options_ui": { "page": "options.htm" }, "content_scripts": [ { "matches": [ " |