Site root

Go to the home page of the current site.

Apa itu Site root?

Site root adalah ekstensi Chrome yang dikembangkan oleh baruchlubinsky, dan fitur utamanya adalah "Go to the home page of the current site.".

Unduh Berkas CRX Ekstensi Site root

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

                        Return to the home page of the site you are on. 

Useful, for example, when you've just read an article and want to see the site its posted in, or instead of pressing back after viewing a picture gallery that modifies the URL.                    

Informasi Dasar Ekstensi

Nama Site root Site root
ID heljngnjdbpcejgbeigbjmdpdafalgkh
URL Resmi https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh
Deskripsi Go to the home page of the current site.
Ukuran File 21.93 KB
Jumlah Instalasi 21
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-09-05
Tanggal Publikasi 2014-09-05
Penilaian 5.00/5 Total 1 Penilaian
Pengembang baruchlubinsky
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site root",
    "description": "Go to the home page of the current site.",
    "version": "1.0",
    "background": {
        "scripts": [
            "action.js"
        ]
    },
    "permissions": [
        "tabs",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png",
            "128": "icon128.png"
        }
    }
}