AutoRefresh+

Powerful timed refresh tool

Co to jest AutoRefresh+?

AutoRefresh+ to rozszerzenie Chrome opracowane przez MichaelKeys, a jego główną funkcją jest „Powerful timed refresh tool”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AutoRefresh+

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

                        AutoRefresh+ is an open-source Chrome extension that allows users to refresh a websites at a given time interval.

The user has to simply enter the hostname of the website that they would like the refresh, and the number of minutes between each refresh, and AutoRefresh+ will do the rest!                    

Podstawowe informacje o rozszerzeniu

Nazwa AutoRefresh+ AutoRefresh+
ID jdcmniiepfjinccadkbjliiopialnnmi
Oficjalny URL https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi
Opis Powerful timed refresh tool
Rozmiar pliku 65.98 KB
Liczba instalacji 659
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-11-04
Data Publikacji 2018-11-04
Deweloper MichaelKeys
Typ Płatności free
Strona Rozszerzenia https://bitbucket.org/MichaelKeys/autorefresh/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoRefresh+",
    "version": "1.0",
    "description": "Powerful timed refresh tool",
    "permissions": [
        "activeTab",
        "alarms",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/AutoRefresh+16.png",
            "32": "images\/AutoRefresh+32.png",
            "48": "images\/AutoRefresh+48.png",
            "128": "images\/AutoRefresh+128.png"
        }
    },
    "icons": {
        "16": "images\/AutoRefresh+16.png",
        "32": "images\/AutoRefresh+32.png",
        "48": "images\/AutoRefresh+48.png",
        "128": "images\/AutoRefresh+128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}