Chrome Auto Scroll
Automatically scroll a web page
Co to jest Chrome Auto Scroll?
Chrome Auto Scroll to rozszerzenie Chrome opracowane przez MichaelStanden, a jego główną funkcją jest „Automatically scroll a web page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chrome Auto Scroll
Pobierz pliki rozszerzeń Chrome Auto Scroll 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
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dbimlbkcbphdbocgfkdanelhejpcbpfj |
| Oficjalny URL | https://chromewebstore.google.com/detail/chrome-auto-scroll/dbimlbkcbphdbocgfkdanelhejpcbpfj |
| Opis | Automatically scroll a web page |
| Rozmiar pliku | 10.18 KB |
| Liczba instalacji | 3,053 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2015-11-22 |
| Data Publikacji | 2015-11-22 |
| Ocena | 2.57/5 Łącznie 14 Oceny |
| Deweloper | MichaelStanden |
| 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": "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"
} | |