AutoRefresh+
Powerful timed refresh tool
Co je AutoRefresh+?
AutoRefresh+ je rozšíření Chrome vyvinuté MichaelKeys, a jeho hlavní funkcí je „Powerful timed refresh tool“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření AutoRefresh+
Stáhněte si soubory rozšíření AutoRefresh+ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | jdcmniiepfjinccadkbjliiopialnnmi |
Oficiální URL | https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi |
Popis | Powerful timed refresh tool |
Velikost souboru | 65.98 KB |
Počet instalací | 659 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2018-11-04 |
Datum Vydání | 2018-11-04 |
Vývojář | MichaelKeys |
Typ Platby | free |
Webové stránky Rozšíření | https://bitbucket.org/MichaelKeys/autorefresh/ |
Podporované Jazyky | 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 } |