Scroll To Top Button

Scroll to top, bottom, or both. Click extension icon, on-page button, use context menu options, and/or keyboard shortcuts.

Τι είναι το Scroll To Top Button;

Το Scroll To Top Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://scroll-to-top-button.com, και η κύρια λειτουργία του είναι "Scroll to top, bottom, or both. Click extension icon, on-page button, use context menu options, and/or keyboard shortcuts.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Scroll To Top Button

Λήψη αρχείων επέκτασης Scroll To Top Button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Scroll To Top Button is more than what its name suggests:

Available customizations
--------
- Button mode
  - Scroll to top only
  - Scroll to bottom only
  - Flip between top & bottom
  - Dual arrows (scroll to top & bottom)
  - Keyboard only
- Scroll up/down speed
- Infinite scrolling
- Appearance distance
- Button size
- Button design
- Button location
- Not active button opacity
- Keyboard shortcuts
- Language


Privacy
--------

This extension does not read, change, store, or transmit any of your personal data (e.g., logins, passwords, messages, contacts) from any of the sites or your computer in absolutely any form.

Free extension. Source code openly available for your review at https://github.com/PoziWorld/Scroll-To-Top-Button-extension


Permissions
--------

Does not require any permissions upon installation.

In Options, if you decide to try the highly customizable expert button modes – modes that work by adding the button(s) onto all pages unless you choose to disable it for certain pages or websites – the following permissions will be requested:

“Read and change all your data on the websites you visit” is used to add the button(s) itself, its logic, and its design properties onto all websites without extra actions from you.

“Read your browsing history” is used to check the URL of a tab:
1) There are some default websites where the button doesn't get added because it wouldn't work there (for example, Google Docs and Google Sheets).
2) You have the ability to disable the button(s) on any website (example.org) or URL (example.org/blog?page=1) by clicking the extension icon next to the address bar and selecting the appropriate option.


Bugs/issues
--------

Please DON'T report bugs/issues by leaving a review in the Reviews tab, use the Support tab instead.
If you prefer, you can submit those anonymously at https://goo.gl/forms/QMZFZfgKjQHOnRCX2.

Thank you for understanding and your support!
 
---

Scroll To Top Button for Opera: https://addons.opera.com/extensions/details/scroll-to-top-button/
Scroll To Top Button for Firefox: https://addons.mozilla.org/firefox/addon/scroll-to-top-button-extension/
Scroll To Top Button for Microsoft Edge: https://microsoftedge.microsoft.com/addons/detail/scroll-to-top-button/dobeplcigkjlbajngcgnndecohjkjmia                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Scroll To Top Button Scroll To Top Button
ID chinfkfmaefdlchhempbfgbdagheknoj
Επίσημο URL https://chromewebstore.google.com/detail/scroll-to-top-button/chinfkfmaefdlchhempbfgbdagheknoj
Περιγραφή Scroll to top, bottom, or both. Click extension icon, on-page button, use context menu options, and/or keyboard shortcuts.
Μέγεθος Αρχείου 341 KB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 12.2.0
Τελευταία Ενημέρωση 2023-02-09
Ημερομηνία Δημοσίευσης 2020-06-26
Αξιολόγηση 4.50/5 Συνολικά 464 Αξιολογήσεις
Προγραμματιστής https://scroll-to-top-button.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://scroll-to-top-button.com
Διεύθυνση URL της Σελίδας Βοήθειας https://goo.gl/forms/QMZFZfgKjQHOnRCX2
URL της Σελίδας Πολιτικής Απορρήτου https://pozi.world/privacy
Υποστηριζόμενες Γλώσσες en-US,nl,tr,da,pl,cs,bg,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en_US",
    "name": "__MSG_extensionName__",
    "short_name": "STTB",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/Icon-16.png",
        "32": "icons\/Icon-32.png",
        "48": "icons\/Icon-48.png",
        "64": "icons\/Icon-64.png",
        "128": "icons\/Icon-128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "",
        "*:\/\/*\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "global\/js\/browser-polyfill.min.js",
            "global\/js\/bowser.js",
            "global\/js\/punycode.min.js",
            "global\/js\/global.js",
            "global\/js\/event.js",
            "global\/js\/utils.js",
            "global\/js\/const.js",
            "global\/js\/log.js",
            "global\/js\/i18next\/i18next.min.js",
            "global\/js\/i18next\/i18nextXHRBackend.js",
            "shared\/legacy\/i18n.js",
            "shared\/legacy\/context-menus.js",
            "shared\/legacy\/background.js",
            "global\/js\/tabs.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/Icon-16.png",
            "32": "icons\/Icon-32.png"
        }
    },
    "web_accessible_resources": [
        "shared\/elements\/scroll-to-top-button.css",
        "shared\/buttons\/buttons.css",
        "shared\/buttons\/*.svg",
        "content-scripts.css",
        "*.json"
    ],
    "version": "12.2.0",
    "author": "PoziWorld, Inc.",
    "homepage_url": "https:\/\/scroll-to-top-button.com",
    "options_page": "options\/index.html"
}