SelfScroll
This extension allow to automatically scroll the page. Suitable for monitors and kiosks.
Co to jest SelfScroll?
SelfScroll to rozszerzenie Chrome opracowane przez https://zerobug.it, a jego główną funkcją jest „This extension allow to automatically scroll the page. Suitable for monitors and kiosks.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SelfScroll
Pobierz pliki rozszerzeń SelfScroll 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 allow to automatically scroll the page. Suitable for monitors and kiosks. Buy me a coffe :D Litecoin: MC8PtUhSL2iJCx5GWrisPZPpgiFE56ejyc Paypal: https://www.paypal.me/ZeroBug
Podstawowe informacje o rozszerzeniu
Nazwa | SelfScroll |
ID | lofkbkbhpmeihoaogggfbhmjdekjihlf |
Oficjalny URL | https://chromewebstore.google.com/detail/selfscroll/lofkbkbhpmeihoaogggfbhmjdekjihlf |
Opis | This extension allow to automatically scroll the page. Suitable for monitors and kiosks. |
Rozmiar pliku | 132 KB |
Liczba instalacji | 1,476 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2018-11-13 |
Data Publikacji | 2018-11-13 |
Ocena | 4.40/5 Łącznie 5 Oceny |
Deweloper | https://zerobug.it |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://zerobug.it/ |
Obsługiwane Języki | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SelfScroll", "version": "1.4", "description": "This extension allow to automatically scroll the page. Suitable for monitors and kiosks.", "default_locale": "en", "icons": { "16": ".\/icons\/selfscroll_16.png", "48": ".\/icons\/selfscroll_48.png", "128": ".\/icons\/selfscroll_128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "selfscroll_script.js" ] } ], "options_ui": { "page": "selfscroll_options.html", "chrome_style": true }, "background": { "scripts": [ "selfscroll_background.js" ], "persistent": false }, "browser_action": { "default_icon": ".\/icons\/selfscroll.png", "default_title": "SelfScroll" }, "manifest_version": 2 } |