Auto refresh actual webpage
Automatically reload webpage in actual tab. You can set refresh interval.
Co to jest Auto refresh actual webpage?
Auto refresh actual webpage to rozszerzenie Chrome opracowane przez https://www.extensions-for-chrome.com, a jego główną funkcją jest „Automatically reload webpage in actual tab. You can set refresh interval.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Auto refresh actual webpage
Pobierz pliki rozszerzeń Auto refresh actual webpage 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Auto refresh actual webpage |
ID | jmpaeglcabhpohgbfcehemlgophfjikk |
Oficjalny URL | https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk |
Opis | Automatically reload webpage in actual tab. You can set refresh interval. |
Rozmiar pliku | 51.12 KB |
Liczba instalacji | 1,929 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2013-09-21 |
Data Publikacji | 2013-09-21 |
Ocena | 3.33/5 Łącznie 15 Oceny |
Deweloper | https://www.extensions-for-chrome.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |