Auto Refresh Lite

Auto refresh a list of web pages after any number of seconds.

Co to jest Auto Refresh Lite?

Auto Refresh Lite to rozszerzenie Chrome opracowane przez pragmatechdev, a jego główną funkcją jest „Auto refresh a list of web pages after any number of seconds.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Auto Refresh Lite

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

                        Small and easy to use chrome extension that auto reloads a list of URLs according to your settings.

Features:
* Easy to use and setup
* No unnecessary permissions required
* Does not track you                    

Podstawowe informacje o rozszerzeniu

Nazwa Auto Refresh Lite Auto Refresh Lite
ID dblcelpijjljhjbkopojdhgoleciofip
Oficjalny URL https://chromewebstore.google.com/detail/auto-refresh-lite/dblcelpijjljhjbkopojdhgoleciofip
Opis Auto refresh a list of web pages after any number of seconds.
Rozmiar pliku 53.26 KB
Liczba instalacji 203
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2021-01-06
Data Publikacji 2014-06-21
Ocena 2.00/5 Łącznie 2 Oceny
Deweloper pragmatechdev
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",
    "manifest_version": 2,
    "name": "Auto Refresh Lite",
    "icons": {
        "16": "icons\/icon-16.png",
        "20": "icons\/icon-20.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    },
    "version": "2.0",
    "author": "pragmatechdev",
    "description": "Auto refresh a list of web pages after any number of seconds.",
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "20": "icons\/icon-20.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}