Redirect back

Redirect back to default url after a number of seconds

Co to jest Redirect back?

Redirect back to rozszerzenie Chrome opracowane przez sahistory.sa, a jego główną funkcją jest „Redirect back to default url after a number of seconds”.

Pobierz plik CRX rozszerzenia Redirect back

Pobierz pliki rozszerzeń Redirect back w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Redirect back Redirect back
ID jcopbeppbfpnimnllhmafekandkokgcb
Oficjalny URL https://chrome.google.com/webstore/detail/redirect-back/jcopbeppbfpnimnllhmafekandkokgcb
Opis Redirect back to default url after a number of seconds
Rozmiar pliku 4.67 KB
Liczba instalacji 189
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2016-02-10
Data Publikacji 2016-02-10
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper sahistory.sa
Typ Płatności free
Obsługiwane Języki 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
}