Redirect back

Redirect back to default url after a number of seconds

O que é Redirect back?

Redirect back é uma extensão do Chrome desenvolvida por sahistory.sa, e sua principal característica é "Redirect back to default url after a number of seconds".

Baixar o arquivo CRX da Extensão Redirect back

Baixe arquivos de extensão Redirect back no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Redirect back Redirect back
ID jcopbeppbfpnimnllhmafekandkokgcb
URL Oficial https://chrome.google.com/webstore/detail/redirect-back/jcopbeppbfpnimnllhmafekandkokgcb
Descrição Redirect back to default url after a number of seconds
Tamanho do Arquivo 4.67 KB
Contagem de Instalações 189
Versão Atual 1.0.4
Última Atualização 2016-02-10
Data de Publicação 2016-02-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor sahistory.sa
Tipo de Pagamento free
Idiomas Suportados 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
}