Reload CSS
By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…
Co to jest Reload CSS?
Reload CSS to rozszerzenie Chrome opracowane przez Ozawa Masayuki, a jego główną funkcją jest „By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reload CSS
Pobierz pliki rozszerzeń Reload CSS 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
By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe. Minimum resource usage (only activated when the extension's icon was clicked). Open sourced.
Podstawowe informacje o rozszerzeniu
Nazwa | Reload CSS |
ID | ckaofffdgmblmfkglibpaleigpldjjem |
Oficjalny URL | https://chromewebstore.google.com/detail/reload-css/ckaofffdgmblmfkglibpaleigpldjjem |
Opis | By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.… |
Rozmiar pliku | 7.48 KB |
Liczba instalacji | 2,509 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2020-11-22 |
Data Publikacji | 2018-09-27 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Ozawa Masayuki |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ozami/reload-css |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload CSS", "description": "", "version": "1.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } } |