Auto Refresh

Reload the web page automatically in the time interval that you want.

Co to jest Auto Refresh?

Auto Refresh to rozszerzenie Chrome opracowane przez https://stni.pw, a jego główną funkcją jest „Reload the web page automatically in the time interval that you want.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Auto Refresh

Pobierz pliki rozszerzeń Auto Refresh 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

                        Reload web pages automatically in the time interval that you want.

A Shitian Ni Project                    

Podstawowe informacje o rozszerzeniu

Nazwa Auto Refresh Auto Refresh
ID omcjgdddgjlioknfggaelopggehgfcea
Oficjalny URL https://chromewebstore.google.com/detail/auto-refresh/omcjgdddgjlioknfggaelopggehgfcea
Opis Reload the web page automatically in the time interval that you want.
Rozmiar pliku 43.26 KB
Liczba instalacji 6,749
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2016-06-26
Data Publikacji 2016-06-26
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper https://stni.pw
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh",
    "short_name": "Refresh",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Reload the web page automatically in the time interval that you want.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ]
}