Simple Auto Scroll
Simple speed-customizable auto scroll
Hvad er Simple Auto Scroll?
Simple Auto Scroll er en Chrome-udvidelse udviklet af xjpablobrx, og dens hovedfunktion er "Simple speed-customizable auto scroll".
Udvidelsesskærmbilleder
Download Simple Auto Scroll-udvidelses-CRX-fil
Download Simple Auto Scroll-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dccjkemhmffnljlnnoffljpkhkfpldff |
Officiel URL | https://chrome.google.com/webstore/detail/simple-auto-scroll/dccjkemhmffnljlnnoffljpkhkfpldff |
Beskrivelse | Simple speed-customizable auto scroll |
Filstørrelse | 12.31 KB |
Antal Installationer | 40,000 |
Nuværende Version | 0.1.4 |
Senest Opdateret | 2018-12-17 |
Udgivelsesdato | 2018-12-17 |
Bedømmelse | 4.04/5 Samlet 214 Bedømmelser |
Udvikler | xjpablobrx |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/jpablobr/simple-auto-scroll |
Understøttede Sprog | 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", " |