Scroll to the bottom
helps users get to the top and bottom of a page instantly
Τι είναι το Scroll to the bottom;
Το Scroll to the bottom είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Launchpad Digital, και η κύρια λειτουργία του είναι "helps users get to the top and bottom of a page instantly".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Scroll to the bottom
Λήψη αρχείων επέκτασης Scroll to the bottom σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
scroll to bottom is a chrome extension that allows you to get to the top or bottom of any webpage in one click. If you have trouble viewing long webpages or threads on forums and reddit, then scroll to bottom is for you. Try it out!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Scroll to the bottom |
ID | ccodoapghablmcdbmpjgcbmjhafanebm |
Επίσημο URL | https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm |
Περιγραφή | helps users get to the top and bottom of a page instantly |
Μέγεθος Αρχείου | 125 KB |
Αριθμός Εγκαταστάσεων | 261 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2021-07-07 |
Ημερομηνία Δημοσίευσης | 2021-07-03 |
Αξιολόγηση | 2.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Launchpad Digital |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll to the bottom", "description": "helps users get to the top and bottom of a page instantly", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "get_started16.png", "32": "get_started32.png", "48": "get_started48.png", "128": "get_started128.png" }, "icons": { "16": "get_started16.png", "32": "get_started32.png", "48": "get_started48.png", "128": "get_started128.png" } } } |