Scroll to Top
Add a stylish scroll-to-top button for all websites.
Τι είναι το Scroll to Top;
Το Scroll to Top είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Muyor, και η κύρια λειτουργία του είναι "Add a stylish scroll-to-top button for all websites.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Scroll to Top
Λήψη αρχείων επέκτασης Scroll to Top σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Scroll to Top is an extension that lets you easily scroll to the top of the page by clicking on a button. Simply add the add-on to your browser and start surfing. Once you scroll down on a page, a button will appear at the right-bottom corner with an - UP - arrow icon. Clicking on the button will scroll the page to the top, fast and smooth! If you want to hide the scroll button, please click on the toolbar icon once (dark grey arrow). The button will disappear immediately. Please note that pressing on the toolbar icon once again will display the scroll button. To report bugs, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/scroll-to-top.html).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Scroll to Top |
ID | jbnhgaohndmapghohjlkgjeghcklepee |
Επίσημο URL | https://chromewebstore.google.com/detail/scroll-to-top/jbnhgaohndmapghohjlkgjeghcklepee |
Περιγραφή | Add a stylish scroll-to-top button for all websites. |
Μέγεθος Αρχείου | 43.94 KB |
Αριθμός Εγκαταστάσεων | 808 |
Τρέχουσα Έκδοση | 0.1.2 |
Τελευταία Ενημέρωση | 2024-01-21 |
Ημερομηνία Δημοσίευσης | 2018-04-30 |
Αξιολόγηση | 4.25/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Muyor |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://mybrowseraddon.com/scroll-to-top.html |
Διεύθυνση URL της Σελίδας Βοήθειας | https://mybrowseraddon.com/scroll-to-top.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "manifest_version": 3, "name": "Scroll to Top", "offline_enabled": true, "permissions": [ "storage" ], "homepage_url": "https:\/\/mybrowseraddon.com\/scroll-to-top.html", "description": "Add a stylish scroll-to-top button for all websites.", "background": { "service_worker": "background.js" }, "action": { "default_title": "Scroll to Top", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "commands": { "toggle": { "description": "Scroll to Top", "suggested_key": { "mac": "Command+Shift+D", "default": "Ctrl+Shift+D" } } }, "content_scripts": [ { "matches": [ " |