Site Home

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

Apa itu Site Home?

Site Home adalah ekstensi Chrome yang dikembangkan oleh Jesse Dunlap, dan fitur utamanya adalah "Brings you to the home page of the current site with the click of a button.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Site Home

Unduh file ekstensi 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

                        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.                    

Informasi Dasar Ekstensi

Nama Site Home Site Home
ID hgonghcngmmgmbmekheklpjonopaocfi
URL Resmi https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi
Deskripsi Brings you to the home page of the current site with the click of a button.
Ukuran File 10.03 KB
Jumlah Instalasi 102
Versi Saat Ini 1.0
Terakhir Diperbarui 2012-06-11
Tanggal Publikasi 2012-06-10
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Jesse Dunlap
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}