Simple Auto Scroll
Simple speed-customizable auto scroll
Was ist Simple Auto Scroll?
Simple Auto Scroll ist eine Chrome-Erweiterung, die von xjpablobrx entwickelt wurde, und ihr Hauptmerkmal ist "Simple speed-customizable auto scroll".
Erweiterungsscreenshots
Simple Auto Scroll-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple Auto Scroll-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
1. What is it? A speed-customizable auto-scroll Google Chrome extension. 2. Why? A lot of times I find myself reading long texfiles, and after a while, I kind of wish I could just read them as if they were a movie. I've tried with the mouse (middle click) thingy, but it's just not practical and adjusting the speed is very tricky - not to mention that a lot of times it's just too fast. 3. Features This extension allows you to easily change the auto-scroll speed and save it in three different modes; slow, medium and fast. A single click will stop the auto-scrolling. Note: Does not work in Google related websites.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dccjkemhmffnljlnnoffljpkhkfpldff |
Offizielle URL | https://chrome.google.com/webstore/detail/simple-auto-scroll/dccjkemhmffnljlnnoffljpkhkfpldff |
Beschreibung | Simple speed-customizable auto scroll |
Dateigröße | 12.31 KB |
Installationsanzahl | 40,000 |
Aktuelle Version | 0.1.4 |
Letztes Update | 2018-12-17 |
Veröffentlichungsdatum | 2018-12-17 |
Bewertung | 4.04/5 Insgesamt 214 Bewertungen |
Entwickler | xjpablobrx |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jpablobr/simple-auto-scroll |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Auto Scroll", "version": "0.1.4", "description": "Simple speed-customizable auto scroll", "icons": { "48": "icons\/autoscroll.png", "128": "icons\/autoscroll.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_title": "", "default_icon": "icons\/autoscroll.png" }, "permissions": [ "*:\/\/*\/*", "storage", " |