Scroll to Bottom
Just a Scroll to Bottom Button
Cos'è Scroll to Bottom?
Scroll to Bottom è un'estensione di Chrome sviluppata da https://singleclickapps.com, e la sua funzione principale è "Just a Scroll to Bottom Button".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scroll to Bottom
Scarica i file di estensione Scroll to Bottom 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
Click the button and scroll to the end of the current page. That's all it does. Options: You can change the default icon to one of several predefined alternatives or even, if you want, you can set your own toolbar icon. Notes: Please, keep in mind that the extension will not work on each and every page. It works in most sites but it will not scroll browser's internal pages (settings, history etc.), the chrome web store pages (no extension can touch these) and some complicated web pages. If it doesn't work for you, please, don't hate me too much. You can at any time remove it from your browser (right-click on the icon and select "Remove from Chrome").
Informazioni di Base sull'Estensione
Nome | Scroll to Bottom |
ID | filgdcpknaklibnfoejliopebdipligb |
URL Ufficiale | https://chromewebstore.google.com/detail/scroll-to-bottom/filgdcpknaklibnfoejliopebdipligb |
Descrizione | Just a Scroll to Bottom Button |
Dimensione del File | 41.74 KB |
Conteggio Installazioni | 4,881 |
Versione Corrente | 1.1.0.0 |
Ultimo Aggiornamento | 2020-12-24 |
Data di Pubblicazione | 2019-10-16 |
Valutazione | 3.44/5 Totale 18 Valutazioni |
Sviluppatore | https://singleclickapps.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://singleclickapps.com/scroll-to-bottom/ |
URL della Pagina della Politica sulla Privacy | https://singleclickapps.com/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll to Bottom", "version": "1.1.0.0", "description": "Just a Scroll to Bottom Button", "homepage_url": "https:\/\/singleclickapps.com\/scroll-to-bottom", "icons": { "16": "icon24.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon24.png", "default_title": "Scroll to Bottom" }, "permissions": [ "activeTab" ], "offline_enabled": true, "options_page": "settings.html", "manifest_version": 2 } |