Site Home

Brings you to the home page of the current site with the click of a button.

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

Το Site Home είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jesse Dunlap, και η κύρια λειτουργία του είναι "Brings you to the home page of the current site with the click of a button.".

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

screenshot

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

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

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

                        Have you ever wished you could get to the home page of a site quickly? Often times, web sites don't make their home page easily or intuitively accessible. With a simple click of the Site Home button, you will be brought to the home URL of the web site you are currently on.                    

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

Όνομα Site Home Site Home
ID hgonghcngmmgmbmekheklpjonopaocfi
Επίσημο URL https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi
Περιγραφή Brings you to the home page of the current site with the click of a button.
Μέγεθος Αρχείου 10.03 KB
Αριθμός Εγκαταστάσεων 102
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2012-06-11
Ημερομηνία Δημοσίευσης 2012-06-10
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Jesse Dunlap
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Home",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Brings you to the home page of the current site with the click of a button.",
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}