ReloadCSS
A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.
What is ReloadCSS?
ReloadCSS is a Chrome extension developed by Unknown, and its main feature is "A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.".
Extension Screenshots
Download ReloadCSS Extension CRX File
Download ReloadCSS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | ReloadCSS |
ID | hmkmcemeeilchgfndjepenkkfcfacpnp |
Official URL | https://chromewebstore.google.com/detail/reloadcss/hmkmcemeeilchgfndjepenkkfcfacpnp |
Description | A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page. |
File Size | 11.33 KB |
Installation Count | 65 |
Current Version | 1.0 |
Last Updated | 2014-06-30 |
Publish Date | 2014-06-30 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://cornellcampbell.com/extensions/posts/5/reloadcss/ |
Help Page URL | http://cornellcampbell.com/extensions/posts/5/reloadcss/ |
Supported Languages | 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" ] } |