Chrome Auto Scroll
Automatically scroll a web page
Wat is Chrome Auto Scroll?
Chrome Auto Scroll is een Chrome-extensie ontwikkeld door MichaelStanden, en de belangrijkste functie is "Automatically scroll a web page".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Auto Scroll
Download Chrome Auto Scroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Click a button and watch your web page slowly scroll to the button. Allows for a seamless viewing experience without the need to scroll manually. Adjustable scroll speed to ensure the right experience whether your scrolling images, links or walls of text.
Basisinformatie over de Extensie
Naam | Chrome Auto Scroll |
ID | dbimlbkcbphdbocgfkdanelhejpcbpfj |
Officiële URL | https://chromewebstore.google.com/detail/chrome-auto-scroll/dbimlbkcbphdbocgfkdanelhejpcbpfj |
Beschrijving | Automatically scroll a web page |
Bestandsgrootte | 10.18 KB |
Aantal Installaties | 3,053 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-11-22 |
Publicatiedatum | 2015-11-22 |
Beoordeling | 2.57/5 Totaal 14 Beoordelingen |
Ontwikkelaar | MichaelStanden |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Auto Scroll", "description": "Automatically scroll a web page", "version": "1.0", "author": "Michael Standen", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "default_title": "Auto Scroll (OFF)" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html" } |