Redirect back
Redirect back to default url after a number of seconds
Co je Redirect back?
Redirect back je rozšíření Chrome vyvinuté sahistory.sa, a jeho hlavní funkcí je „Redirect back to default url after a number of seconds“.
Stáhnout soubor CRX rozšíření Redirect back
Stáhněte si soubory rozšíření Redirect back ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | ![]() |
ID | jcopbeppbfpnimnllhmafekandkokgcb |
Oficiální URL | https://chrome.google.com/webstore/detail/redirect-back/jcopbeppbfpnimnllhmafekandkokgcb |
Popis | Redirect back to default url after a number of seconds |
Velikost souboru | 4.67 KB |
Počet instalací | 189 |
Aktuální Verze | 1.0.4 |
Poslední Aktualizace | 2016-02-10 |
Datum Vydání | 2016-02-10 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | sahistory.sa |
Typ Platby | free |
Podporované Jazyky | 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 } |