Redirect back

Redirect back to default url after a number of seconds

Qu'est-ce que Redirect back ?

Redirect back est une extension Chrome développée par sahistory.sa, et sa fonction principale est "Redirect back to default url after a number of seconds".

Télécharger le fichier CRX de l'extension Redirect back

Téléchargez les fichiers d'extension Redirect back au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Redirect back Redirect back
ID jcopbeppbfpnimnllhmafekandkokgcb
URL Officiel https://chrome.google.com/webstore/detail/redirect-back/jcopbeppbfpnimnllhmafekandkokgcb
Description Redirect back to default url after a number of seconds
Taille du Fichier 4.67 KB
Nombre d'Installations 189
Version Actuelle 1.0.4
Dernière Mise à Jour 2016-02-10
Date de Publication 2016-02-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur sahistory.sa
Type de Paiement free
Langues Prises en Charge 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
}