ReloadCSS
A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.
Hvad er ReloadCSS?
ReloadCSS er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.".
Udvidelsesskærmbilleder
Download ReloadCSS-udvidelses-CRX-fil
Download ReloadCSS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | ReloadCSS |
ID | hmkmcemeeilchgfndjepenkkfcfacpnp |
Officiel URL | https://chromewebstore.google.com/detail/reloadcss/hmkmcemeeilchgfndjepenkkfcfacpnp |
Beskrivelse | A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page. |
Filstørrelse | 11.33 KB |
Antal Installationer | 65 |
Nuværende Version | 1.0 |
Senest Opdateret | 2014-06-30 |
Udgivelsesdato | 2014-06-30 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Udvidelseswebsted | http://cornellcampbell.com/extensions/posts/5/reloadcss/ |
Hjælpeside-URL | http://cornellcampbell.com/extensions/posts/5/reloadcss/ |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReloadCSS", "description": "A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icons\/Icon-19.png", "38": "icons\/Icon-38.png" }, "default_title": "ReloadCSS" }, "icons": { "128": "icons\/Icon.png" }, "permissions": [ "activeTab" ] } |