Go To Site Home

Adds a button that takes you to the home page of the current site.

Τι είναι το Go To Site Home;

Το Go To Site Home είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sites.google.com/site/crispy12361, και η κύρια λειτουργία του είναι "Adds a button that takes you to the home page of the current site.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Go To Site Home

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

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

                        Go To Site Home provides you with a single click button to navigate you to the home page of the site you are browsing. 

I found while browsing many sites, that I want to get back to the home page, and usually that means scrolling back to the top, finding the home icon or URL and clicking on it. Not that it is an extremely complicated process, a one click button that is always located in the same spot make it that much easier. 

Special thanks to http://glyphicons.com/ for the icon used in this extension.                    

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

Όνομα Go To Site Home Go To Site Home
ID fchoedkhpdbbhikaabhddigilolgagki
Επίσημο URL https://chromewebstore.google.com/detail/go-to-site-home/fchoedkhpdbbhikaabhddigilolgagki
Περιγραφή Adds a button that takes you to the home page of the current site.
Μέγεθος Αρχείου 4.55 KB
Αριθμός Εγκαταστάσεων 15
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2014-07-04
Ημερομηνία Δημοσίευσης 2014-07-03
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://sites.google.com/site/crispy12361
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go To Site Home",
    "short_name": "Go To Site Home",
    "description": "Adds a button that takes you to the home page of the current site.",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "sitehome.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "sitehome.png"
    },
    "manifest_version": 2
}