Go To Site Home

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

Apa itu Go To Site Home?

Go To Site Home adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/crispy12361, dan fitur utamanya adalah "Adds a button that takes you to the home page of the current site.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Go To Site Home

Unduh file ekstensi Go To Site Home dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Go To Site Home Go To Site Home
ID fchoedkhpdbbhikaabhddigilolgagki
URL Resmi https://chromewebstore.google.com/detail/go-to-site-home/fchoedkhpdbbhikaabhddigilolgagki
Deskripsi Adds a button that takes you to the home page of the current site.
Ukuran File 4.55 KB
Jumlah Instalasi 15
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2014-07-04
Tanggal Publikasi 2014-07-03
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://sites.google.com/site/crispy12361
Tipe Pembayaran free
Bahasa yang Didukung 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
}