ReloadCSS
A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.
什么是ReloadCSS?
ReloadCSS是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page.”。
扩展截图
下载ReloadCSS扩展crx文件
下载ReloadCSS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ReloadCSS |
ID | hmkmcemeeilchgfndjepenkkfcfacpnp |
官方URL | https://chromewebstore.google.com/detail/reloadcss/hmkmcemeeilchgfndjepenkkfcfacpnp |
简介 | A simple toolbar button that allows you to quickly reload your stylesheets without reloading the whole page. |
文件大小 | 11.33 KB |
安装次数 | 65 |
当前版本 | 1.0 |
更新时间 | 2014-06-30 |
上架时间 | 2014-06-30 |
评分 | 4.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | http://cornellcampbell.com/extensions/posts/5/reloadcss/ |
帮助页面URL | http://cornellcampbell.com/extensions/posts/5/reloadcss/ |
支持的语言 | 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" ] } |