AutoScroll
This extension is a basic extension to scroll any page automatically for every 3 secs
Co to jest AutoScroll?
AutoScroll to rozszerzenie Chrome opracowane przez sanatom, a jego główną funkcją jest „This extension is a basic extension to scroll any page automatically for every 3 secs”.
Pobierz plik CRX rozszerzenia AutoScroll
Pobierz pliki rozszerzeń AutoScroll w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bkbnpehigfkkkpeohecjmckohmjcafjd |
Oficjalny URL | https://chrome.google.com/webstore/detail/autoscroll/bkbnpehigfkkkpeohecjmckohmjcafjd |
Opis | This extension is a basic extension to scroll any page automatically for every 3 secs |
Rozmiar pliku | 5.92 KB |
Liczba instalacji | 50 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-05-10 |
Data Publikacji | 2015-05-10 |
Deweloper | sanatom |
Typ Płatności | free |
Obsługiwane Języki | 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\/" ] } |