Back to the Top

Scroll to the top of the page

Τι είναι το Back to the Top;

Το Back to the Top είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον marinadecroon, και η κύρια λειτουργία του είναι "Scroll to the top of the page".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Back to the Top

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

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

                        A browser extension (add-on) for Google Chrome that allows you to quickly get back to the top and/or bottom of a page.                    

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

Όνομα Back to the Top Back to the Top
ID gekpnhhoikfeampkegfmkfbeioefecio
Επίσημο URL https://chromewebstore.google.com/detail/back-to-the-top/gekpnhhoikfeampkegfmkfbeioefecio
Περιγραφή Scroll to the top of the page
Μέγεθος Αρχείου 14.1 KB
Αριθμός Εγκαταστάσεων 160
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-04-18
Ημερομηνία Δημοσίευσης 2022-04-18
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής marinadecroon
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/toptoscroll/home
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "service_worker": "sw.js"
    },
    "description": "Scroll to the top of the page",
    "name": "Back to the Top",
    "short_name": "up",
    "version": "1.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/avroraext.com",
    "action": {
        "default_icon": "icons\/icon_128.png"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png",
        "32": "icons\/icon_32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon_32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}