Simple Reloader
Automatically reloads the current tab as needed.
Co to jest Simple Reloader?
Simple Reloader to rozszerzenie Chrome opracowane przez Drew Cossey, a jego główną funkcją jest „Automatically reloads the current tab as needed.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple Reloader
Pobierz pliki rozszerzeń Simple Reloader 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
A quick and simple automatic page reloader. Reloading the page manually, or navigating to another page in the same tab will reset the countdown. Can optionally tell the browser to ignore the browser cache for the reloads.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jdcjnkmfkfnidklnngnbecledmanndnm |
Oficjalny URL | https://chrome.google.com/webstore/detail/simple-reloader/jdcjnkmfkfnidklnngnbecledmanndnm |
Opis | Automatically reloads the current tab as needed. |
Rozmiar pliku | 53.26 KB |
Liczba instalacji | 481 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2015-04-29 |
Data Publikacji | 2015-04-29 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Drew Cossey |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Reloader", "version": "1.0.1", "description": "Automatically reloads the current tab as needed.", "permissions": [ "tabs" ], "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "Reloadit", "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "scripts": [ "jquery-1.11.1.min.js", "background.js" ], "persistent": true } } |