Alternate Navigation Buttons

This extension places a back and forward and goto top button on the page near the bottom of the window

Τι είναι το Alternate Navigation Buttons;

Το Alternate Navigation Buttons είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον scott.c.l.carpenter, και η κύρια λειτουργία του είναι "This extension places a back and forward and goto top button on the page near the bottom of the window".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Alternate Navigation Buttons

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

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

                        This simple extension simply adds 3 fixed navigation buttons (back and forward and to top) to the bottom left corner of the browser window. 

Useful if you find yourself using a tablet PC in a non-tablet mode or like myself browsing with your mouse near the bottom of the screen.                    

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

Όνομα Alternate Navigation Buttons Alternate Navigation Buttons
ID biojkleepjmhindklmdcomngjkcngjmb
Επίσημο URL https://chromewebstore.google.com/detail/alternate-navigation-butt/biojkleepjmhindklmdcomngjkcngjmb
Περιγραφή This extension places a back and forward and goto top button on the page near the bottom of the window
Μέγεθος Αρχείου 90.63 KB
Αριθμός Εγκαταστάσεων 226
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2016-09-01
Ημερομηνία Δημοσίευσης 2016-09-01
Αξιολόγηση 4.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής scott.c.l.carpenter
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alternate Navigation Buttons",
    "description": "This extension places a back and forward and goto top button on the page near the bottom of the window",
    "version": "1.1",
    "web_accessible_resources": [
        "back.png",
        "forward.png",
        "top.png"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ],
            "run_at": "document_start"
        }
    ]
}