ReLoader
Easy reload the current tab without any cached data. Works with iFrame too.
Co to jest ReLoader?
ReLoader to rozszerzenie Chrome opracowane przez Alister Zhao, a jego główną funkcją jest „Easy reload the current tab without any cached data. Works with iFrame too.”.
Pobierz plik CRX rozszerzenia ReLoader
Pobierz pliki rozszerzeń 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
Easily reload the current tab content without any cache data. Works with iFrame too.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ajdekpeolgboihkdkcmonalgafpefojb |
Oficjalny URL | https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb |
Opis | Easy reload the current tab without any cached data. Works with iFrame too. |
Rozmiar pliku | 8.67 KB |
Liczba instalacji | 50 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-01-09 |
Data Publikacji | 2015-01-09 |
Deweloper | Alister Zhao |
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": "ReLoader", "version": "1.0", "author": "Alister Zhao", "description": "Easy reload the current tab without any cached data. Works with iFrame too.", "icons": { "128": "128.png" }, "permissions": [ "tabs", "notifications", "https:\/\/*\/*", "http:\/\/*\/*" ], "browser_action": { "default_icon": "128.png", "default_title": "Reload Tab" }, "background": { "scripts": [ "background.js" ] } } |