Redirect back
Redirect back to default url after a number of seconds
¿Qué es Redirect back?
Redirect back es una extensión de Chrome desarrollada por sahistory.sa, y su función principal es "Redirect back to default url after a number of seconds".
Descargar Archivo CRX de la Extensión Redirect back
Descarga archivos de extensión Redirect back en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | ![]() |
ID | jcopbeppbfpnimnllhmafekandkokgcb |
URL Oficial | https://chrome.google.com/webstore/detail/redirect-back/jcopbeppbfpnimnllhmafekandkokgcb |
Descripción | Redirect back to default url after a number of seconds |
Tamaño del Archivo | 4.67 KB |
Cantidad de Instalaciones | 189 |
Versión Actual | 1.0.4 |
Última Actualización | 2016-02-10 |
Fecha de Publicación | 2016-02-10 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | sahistory.sa |
Tipo de Pago | free |
Idiomas Soportados | 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 } |