CSS Reloader (fixed)
CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.
什么是CSS Reloader (fixed)?
CSS Reloader (fixed)是由KhodeN开发的Chrome扩展程序,该扩展的主要功能是“CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.”。
下载CSS Reloader (fixed)扩展crx文件
下载CSS Reloader (fixed)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is fork of https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd extension with fixed error. Works in current Chrome.
扩展基本信息
名称 | |
ID | fkbenfjedcbdpmkgbmbliahhmohamdlj |
官方URL | https://chrome.google.com/webstore/detail/css-reloader-fixed/fkbenfjedcbdpmkgbmbliahhmohamdlj |
简介 | CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself. |
文件大小 | 85.38 KB |
安装次数 | 304 |
当前版本 | 1.1.2 |
更新时间 | 2016-08-03 |
上架时间 | 2016-08-03 |
评分 | 1.00/5 共4次评分 |
开发者 | KhodeN |
付费类型 | free |
扩展官网 | https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd |
帮助页面URL | https://chrome.google.com/webstore/detail/css-reloader/dnfpcpfijpdhabaoieccoclghgplmpbd |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "background.htm" }, "content_scripts": [ { "js": [ "cssreloader.content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "CSS Reloader is a browser extension, that allows you to reload CSS without reloading the page itself.", "icons": { "128": "icons\/icon_128.png", "16": "icons\/icon_16.png", "256": "icons\/icon_256.png", "48": "icons\/icon_48.png" }, "name": "CSS Reloader (fixed)", "options_page": "options.htm", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "tabs" ], "version": "1.1.2" } |