Redirect back

Redirect back to default url after a number of seconds

Cos'è Redirect back?

Redirect back è un'estensione di Chrome sviluppata da sahistory.sa, e la sua funzione principale è "Redirect back to default url after a number of seconds".

Scarica il file CRX dell'estensione Redirect back

Scarica i file di estensione Redirect back in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Redirect back Redirect back
ID jcopbeppbfpnimnllhmafekandkokgcb
URL Ufficiale https://chrome.google.com/webstore/detail/redirect-back/jcopbeppbfpnimnllhmafekandkokgcb
Descrizione Redirect back to default url after a number of seconds
Dimensione del File 4.67 KB
Conteggio Installazioni 189
Versione Corrente 1.0.4
Ultimo Aggiornamento 2016-02-10
Data di Pubblicazione 2016-02-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore sahistory.sa
Tipo di Pagamento free
Lingue Supportate 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
}