Auto Refresh
Auto refresh for develop
Co to jest Auto Refresh?
Auto Refresh to rozszerzenie Chrome opracowane przez selvn, a jego główną funkcją jest „Auto refresh for develop”.
Pobierz plik CRX rozszerzenia Auto Refresh
Pobierz pliki rozszerzeń Auto Refresh 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
auto refresh your page, according to a url which return true to refresh or false not to refresh. It is useful when you are writing html. config a page to monitor files change. If changed, this plugin will auto refresh.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ghhlhgfnlmfajjfppidbifgdnoheojon |
Oficjalny URL | https://chrome.google.com/webstore/detail/auto-refresh/ghhlhgfnlmfajjfppidbifgdnoheojon |
Opis | Auto refresh for develop |
Rozmiar pliku | 141 KB |
Liczba instalacji | 71 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2013-06-23 |
Data Publikacji | 2013-06-23 |
Ocena | 2.50/5 Łącznie 2 Oceny |
Deweloper | selvn |
Typ Płatności | free |
Obsługiwane Języki | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Refresh", "version": "1", "manifest_version": 2, "description": "Auto refresh for develop", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery-1.8.3.min.js", "script.js" ], "matches": [ " |