SelfScroll
This extension allow to automatically scroll the page. Suitable for monitors and kiosks.
Wat is SelfScroll?
SelfScroll is een Chrome-extensie ontwikkeld door https://zerobug.it, en de belangrijkste functie is "This extension allow to automatically scroll the page. Suitable for monitors and kiosks.".
Extensie Screenshots
Download het CRX-bestand van de extensie SelfScroll
Download SelfScroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | SelfScroll |
ID | lofkbkbhpmeihoaogggfbhmjdekjihlf |
Officiële URL | https://chromewebstore.google.com/detail/selfscroll/lofkbkbhpmeihoaogggfbhmjdekjihlf |
Beschrijving | This extension allow to automatically scroll the page. Suitable for monitors and kiosks. |
Bestandsgrootte | 132 KB |
Aantal Installaties | 1,476 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2018-11-13 |
Publicatiedatum | 2018-11-13 |
Beoordeling | 4.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://zerobug.it |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://zerobug.it/ |
Ondersteunde Talen | 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 } |