Reload CSS
By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…
Vad är Reload CSS?
Reload CSS är en Chrome-tillägg utvecklad av Ozawa Masayuki, och dess huvudfunktion är "By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…".
Tilläggsskärmbilder
Ladda ner Reload CSS-förlängningens CRX-fil
Ladda ner Reload CSS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Reload CSS |
ID | ckaofffdgmblmfkglibpaleigpldjjem |
Officiell webbadress | https://chromewebstore.google.com/detail/reload-css/ckaofffdgmblmfkglibpaleigpldjjem |
Beskrivning | By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.… |
Filstorlek | 7.48 KB |
Antal Installationer | 2,509 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2020-11-22 |
Publiceringsdatum | 2018-09-27 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Ozawa Masayuki |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ozami/reload-css |
Stödda Språk | 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" } } } |