Redirect back
Redirect back to default url after a number of seconds
Vad är Redirect back?
Redirect back är en Chrome-tillägg utvecklad av sahistory.sa, och dess huvudfunktion är "Redirect back to default url after a number of seconds".
Ladda ner Redirect back-förlängningens CRX-fil
Ladda ner Redirect back-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | jcopbeppbfpnimnllhmafekandkokgcb |
Officiell webbadress | https://chrome.google.com/webstore/detail/redirect-back/jcopbeppbfpnimnllhmafekandkokgcb |
Beskrivning | Redirect back to default url after a number of seconds |
Filstorlek | 4.67 KB |
Antal Installationer | 189 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2016-02-10 |
Publiceringsdatum | 2016-02-10 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | sahistory.sa |
Betalningssätt | free |
Stödda Språk | 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 } |