Grab n' Drag - Scrolling made easy
Scroll web pages by dragging them with your mouse
Cos'è Grab n' Drag - Scrolling made easy?
Grab n' Drag - Scrolling made easy è un'estensione di Chrome sviluppata da davidu, e la sua funzione principale è "Scroll web pages by dragging them with your mouse".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Grab n' Drag - Scrolling made easy
Scarica i file di estensione Grab n' Drag - Scrolling made easy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Scroll web pages by grabbing and dragging, using mouse right-click. Using the tool: To scroll, click and hold the right mouse button. To temporarily disable the tool, press and hold Ctrl. Click the hand icon to enable/disable the tool.
Informazioni di Base sull'Estensione
Nome | |
ID | ngmajcafpheboagideajmejgcaafpjpi |
URL Ufficiale | https://chrome.google.com/webstore/detail/grab-n-drag-scrolling-mad/ngmajcafpheboagideajmejgcaafpjpi |
Descrizione | Scroll web pages by dragging them with your mouse |
Dimensione del File | 24.13 KB |
Conteggio Installazioni | 91 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-05-23 |
Data di Pubblicazione | 2020-05-23 |
Valutazione | 2.80/5 Totale 5 Valutazioni |
Sviluppatore | davidu |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grab n' Drag - Scrolling made easy", "short_name": "Grab n' Drag", "manifest_version": 2, "description": "Scroll web pages by dragging them with your mouse", "version": "1.0", "permissions": [], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "38": "images\/iconColor38.png" } }, "background": { "scripts": [ "background.js" ], "persist": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "pan.js" ] } ] } |