AutoScroll
This extension is a basic extension to scroll any page automatically for every 3 secs
Wat is AutoScroll?
AutoScroll is een Chrome-extensie ontwikkeld door sanatom, en de belangrijkste functie is "This extension is a basic extension to scroll any page automatically for every 3 secs".
Download het CRX-bestand van de extensie AutoScroll
Download AutoScroll-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
This extension is developed for those who involve in extensive scrolling of webpages. This lets you to automatically scroll the webpage if scroll bar is available.
Basisinformatie over de Extensie
Naam | |
ID | bkbnpehigfkkkpeohecjmckohmjcafjd |
Officiële URL | https://chrome.google.com/webstore/detail/autoscroll/bkbnpehigfkkkpeohecjmckohmjcafjd |
Beschrijving | This extension is a basic extension to scroll any page automatically for every 3 secs |
Bestandsgrootte | 5.92 KB |
Aantal Installaties | 50 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-05-10 |
Publicatiedatum | 2015-05-10 |
Ontwikkelaar | sanatom |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoScroll", "description": "This extension is a basic extension to scroll any page automatically for every 3 secs", "version": "1.0", "browser_action": { "default_icon": "autoscroll.png", "default_popup": "scroll.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |