Auto Refresh
You can set the period in which the required tab will be refreshed with this extension
Co je Auto Refresh?
Auto Refresh je rozšíření Chrome vyvinuté enaumenko1997, a jeho hlavní funkcí je „You can set the period in which the required tab will be refreshed with this extension“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Auto Refresh
Stáhněte si soubory rozšíření Auto Refresh 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í
The best and advanced version of auto refresher for chrome browser. You can manually set a time for website to be refreshed. The extension allows you to choose a tab or multiple tabs you want to be refreshed. You can interact with other tabs while the chosen websites will be refreshed in certain time. Click on the extension icon in right upper corner of chrome browser and you also will see a list of available tabs. Click on the tab, set a refreshment time and done. You can also pause or cancel any tab from being refreshed.
Základní Informace o Rozšíření
Název | Auto Refresh |
ID | ijgebbdlfohiodlmbplfbapleoppbijp |
Oficiální URL | https://chromewebstore.google.com/detail/auto-refresh/ijgebbdlfohiodlmbplfbapleoppbijp |
Popis | You can set the period in which the required tab will be refreshed with this extension |
Velikost souboru | 21.25 KB |
Počet instalací | 104 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-02-10 |
Datum Vydání | 2021-02-10 |
Hodnocení | 3.00/5 Celkem 1 Hodnocení |
Vývojář | enaumenko1997 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/assets\/js\/refresh_worker.js", "\/assets\/js\/bg.js", "\/assets\/js\/workWithContextMenu.js" ] }, "browser_action": { "default_popup": "index.html", "default_title": "Refresher" }, "description": "You can set the period in which the required tab will be refreshed with this extension", "icons": { "128": "\/assets\/images\/essential_image.png" }, "manifest_version": 2, "name": "Auto Refresh", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "permissions": [ "tabs", "storage", " |