Autoscroll
Use Ctrl+Up/Down arrows to make pages scroll continously.
Co to jest Autoscroll?
Autoscroll to rozszerzenie Chrome opracowane przez https://mrogalski.eu, a jego główną funkcją jest „Use Ctrl+Up/Down arrows to make pages scroll continously.”.
Zrzuty ekranu rozszerzenia
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
Scroller is an extension that automatically scrolls webpages. Use Ctrl + arrows to adjust scrolling speed or set default values using icon on the top bar.
Podstawowe informacje o rozszerzeniu
Nazwa | Autoscroll |
ID | cokfegjeoaflhjkloplfpjgnmlhbfkhp |
Oficjalny URL | https://chromewebstore.google.com/detail/autoscroll/cokfegjeoaflhjkloplfpjgnmlhbfkhp |
Opis | Use Ctrl+Up/Down arrows to make pages scroll continously. |
Rozmiar pliku | 22.91 KB |
Liczba instalacji | 2,108 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2013-04-27 |
Data Publikacji | 2013-04-27 |
Ocena | 3.64/5 Łącznie 33 Oceny |
Deweloper | https://mrogalski.eu |
Typ Płatności | free |
Strona Rozszerzenia | http://mrogalski.eu/ |
Obsługiwane Języki | en |
manifest.json | |
{ "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html", "default_title": "Use Ctrl+Up\/Down arrows to make pages scroll continously." }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Use Ctrl+Up\/Down arrows to make pages scroll continously.", "background": { "scripts": [ "background.js" ] }, "name": "Autoscroll", "permissions": [ "storage", "tabs" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |