AutoTabRefresh

Refresh your browser tab automatically at the desired interval.

Co to jest AutoTabRefresh?

AutoTabRefresh to rozszerzenie Chrome opracowane przez ST9001, a jego główną funkcją jest „Refresh your browser tab automatically at the desired interval.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AutoTabRefresh

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

                        Lightweight, simple and safe extension that will refresh your active tab automatically. Set your desired time interval and start refreshing.                    

Podstawowe informacje o rozszerzeniu

Nazwa AutoTabRefresh AutoTabRefresh
ID dndgpkfabmjdgnbhjciplnfblodiodmj
Oficjalny URL https://chromewebstore.google.com/detail/autotabrefresh/dndgpkfabmjdgnbhjciplnfblodiodmj
Opis Refresh your browser tab automatically at the desired interval.
Rozmiar pliku 58.76 KB
Liczba instalacji 438
Aktualna Wersja 3.3
Ostatnia Aktualizacja 2022-05-22
Data Publikacji 2020-07-01
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper ST9001
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": "AutoTabRefresh",
    "author": "",
    "version": "3.3",
    "description": "Refresh your browser tab automatically at the desired interval.",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Auto Tab Refresh",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "manifest_version": 2,
    "browser_specific_settings": {
        "gecko": {
            "id": "{c17eb700-84fb-49ea-9554-0db469f59f4b}"
        }
    }
}