Redirect back

Redirect back to default url after a number of seconds

Apa itu Redirect back?

Redirect back adalah ekstensi Chrome yang dikembangkan oleh sahistory.sa, dan fitur utamanya adalah "Redirect back to default url after a number of seconds".

Unduh Berkas CRX Ekstensi Redirect back

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

                        Redirect back to a specified page (if the page is different to the redirect page) after a specified idle time interval. 

The default url is set to be the url that opens in the first tab when the browser opens - this is useful for kiosks that clear cache on start and need to use a homepage that is set by policy (HomepageLocation) or profile settings.

Alternaticvely the url and interval can be set on the options page.

Useful for kiosks.                    

Informasi Dasar Ekstensi

Nama Redirect back Redirect back
ID jcopbeppbfpnimnllhmafekandkokgcb
URL Resmi https://chrome.google.com/webstore/detail/redirect-back/jcopbeppbfpnimnllhmafekandkokgcb
Deskripsi Redirect back to default url after a number of seconds
Ukuran File 4.67 KB
Jumlah Instalasi 189
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2016-02-10
Tanggal Publikasi 2016-02-10
Penilaian 5.00/5 Total 1 Penilaian
Pengembang sahistory.sa
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirect back",
    "version": "1.0.4",
    "description": "Redirect back to default url after a number of seconds",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "idle",
        "tabs",
        "storage"
    ],
    "manifest_version": 2
}