Redirect back

Redirect back to default url after a number of seconds

Wat is Redirect back?

Redirect back is een Chrome-extensie ontwikkeld door sahistory.sa, en de belangrijkste functie is "Redirect back to default url after a number of seconds".

Download het CRX-bestand van de extensie Redirect back

Download Redirect back-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Redirect back Redirect back
ID jcopbeppbfpnimnllhmafekandkokgcb
Officiële URL https://chrome.google.com/webstore/detail/redirect-back/jcopbeppbfpnimnllhmafekandkokgcb
Beschrijving Redirect back to default url after a number of seconds
Bestandsgrootte 4.67 KB
Aantal Installaties 189
Huidige Versie 1.0.4
Laatst Bijgewerkt 2016-02-10
Publicatiedatum 2016-02-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar sahistory.sa
Betalingswijze free
Ondersteunde Talen 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
}