Clear Cache
A true one-click cache clearing button for web developers. That's it.
Co to jest Clear Cache?
Clear Cache to rozszerzenie Chrome opracowane przez Nick Swider, a jego główną funkcją jest „A true one-click cache clearing button for web developers. That's it.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Clear Cache
Pobierz pliki rozszerzeń Clear Cache 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
Requires Chrome >= 19
Podstawowe informacje o rozszerzeniu
Nazwa | Clear Cache |
ID | fkpampcchocandlbgdffjaihmccjmlgk |
Oficjalny URL | https://chromewebstore.google.com/detail/clear-cache/fkpampcchocandlbgdffjaihmccjmlgk |
Opis | A true one-click cache clearing button for web developers. That's it. |
Rozmiar pliku | 268 KB |
Liczba instalacji | 23,538 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2013-04-10 |
Data Publikacji | 2013-04-09 |
Ocena | 4.33/5 Łącznie 33 Oceny |
Deweloper | Nick Swider |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon-32.png", "default_popup": "popup.html", "default_title": "Clear Cache" }, "web_accessible_resources": [ "scripts.js" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A true one-click cache clearing button for web developers. That's it.", "name": "Clear Cache", "permissions": [ "browsingData" ], "icons": { "48": "icon-48.png", "128": "icon-128.png", "16": "icon-16.png" }, "manifest_version": 2, "version": "1.1" } |