SelfScroll
This extension allow to automatically scroll the page. Suitable for monitors and kiosks.
Cos'è SelfScroll?
SelfScroll è un'estensione di Chrome sviluppata da https://zerobug.it, e la sua funzione principale è "This extension allow to automatically scroll the page. Suitable for monitors and kiosks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SelfScroll
Scarica i file di estensione SelfScroll in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | SelfScroll |
ID | lofkbkbhpmeihoaogggfbhmjdekjihlf |
URL Ufficiale | https://chromewebstore.google.com/detail/selfscroll/lofkbkbhpmeihoaogggfbhmjdekjihlf |
Descrizione | This extension allow to automatically scroll the page. Suitable for monitors and kiosks. |
Dimensione del File | 132 KB |
Conteggio Installazioni | 1,476 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2018-11-13 |
Data di Pubblicazione | 2018-11-13 |
Valutazione | 4.40/5 Totale 5 Valutazioni |
Sviluppatore | https://zerobug.it |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://zerobug.it/ |
Lingue Supportate | 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 } |