Reload CSS
By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…
什么是Reload CSS?
Reload CSS是由Ozawa Masayuki开发的Chrome扩展程序,该扩展的主要功能是“By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…”。
扩展截图
下载Reload CSS扩展crx文件
下载Reload CSS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Reload CSS |
ID | ckaofffdgmblmfkglibpaleigpldjjem |
官方URL | https://chromewebstore.google.com/detail/reload-css/ckaofffdgmblmfkglibpaleigpldjjem |
简介 | By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.… |
文件大小 | 7.48 KB |
安装次数 | 2,509 |
当前版本 | 1.0.1 |
更新时间 | 2020-11-22 |
上架时间 | 2018-09-27 |
评分 | 5.00/5 共3次评分 |
开发者 | Ozawa Masayuki |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ozami/reload-css |
支持的语言 | 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" } } } |