Auto refresh actual webpage
Automatically reload webpage in actual tab. You can set refresh interval.
Co je Auto refresh actual webpage?
Auto refresh actual webpage je rozšíření Chrome vyvinuté https://www.extensions-for-chrome.com, a jeho hlavní funkcí je „Automatically reload webpage in actual tab. You can set refresh interval.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Auto refresh actual webpage
Stáhněte si soubory rozšíření Auto refresh actual webpage 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í
Automatically refresh can be easily activated via the context menu by clicking the right mouse button on the web page. In options you can set refresh interval in seconds. Extension automatically stop refresh when change tab or change website.
Základní Informace o Rozšíření
Název | Auto refresh actual webpage |
ID | jmpaeglcabhpohgbfcehemlgophfjikk |
Oficiální URL | https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk |
Popis | Automatically reload webpage in actual tab. You can set refresh interval. |
Velikost souboru | 51.12 KB |
Počet instalací | 1,929 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2013-09-21 |
Datum Vydání | 2013-09-21 |
Hodnocení | 3.33/5 Celkem 15 Hodnocení |
Vývojář | https://www.extensions-for-chrome.com |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto refresh actual webpage", "description": "Automatically reload webpage in actual tab. You can set refresh interval.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |