Auto Scroll Down
Customizable auto scroll web pages
Co to jest Auto Scroll Down?
Auto Scroll Down to rozszerzenie Chrome opracowane przez fernandapg82, a jego główną funkcją jest „Customizable auto scroll web pages”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Auto Scroll Down
Pobierz pliki rozszerzeń Auto Scroll Down 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
A speed-customizable auto-scroll Google Chrome extension. It allows you to easily change the auto-scroll speed and save it in three different modes; slow, medium and fast.
Podstawowe informacje o rozszerzeniu
Nazwa | Auto Scroll Down |
ID | lnagemjinihjlbhmohaaacdflafjdkmm |
Oficjalny URL | https://chromewebstore.google.com/detail/auto-scroll-down/lnagemjinihjlbhmohaaacdflafjdkmm |
Opis | Customizable auto scroll web pages |
Rozmiar pliku | 8.05 KB |
Liczba instalacji | 951 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2023-05-10 |
Data Publikacji | 2023-05-09 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | fernandapg82 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/FP22FD/auto-scroll-down-chrome-extension |
Adres URL Strony Pomocy | https://github.com/FP22FD/auto-scroll-down-chrome-extension |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Scroll Down", "version": "0.0.1", "description": "Customizable auto scroll web pages", "icons": { "48": "icons\/autoscroll.png", "128": "icons\/autoscroll.png" }, "background": { "service_worker": "js\/service_worker.js", "type": "module" }, "action": { "default_icon": { "48": "icons\/autoscroll.png", "128": "icons\/autoscroll.png" } }, "permissions": [ "activeTab", "scripting", "storage" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+B", "mac": "Command+B" } } }, "options_page": "options\/options.html" } |