CSS Spider
The fastest and easiest way to check, copy and edit CSS
什么是CSS Spider?
CSS Spider是由https://cssspider.fresalabs.com开发的Chrome扩展程序,该扩展的主要功能是“The fastest and easiest way to check, copy and edit CSS”。
扩展截图
下载CSS Spider扩展crx文件
下载CSS Spider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The fastest and easiest way to check, copy and edit CSS and forget about inspect element for CSS 扩展基本信息
| 名称 | |
| ID | eneakgbflmejjpkogbdmebjbfcdebjik |
| 官方URL | https://chromewebstore.google.com/detail/css-spider/eneakgbflmejjpkogbdmebjbfcdebjik |
| 简介 | The fastest and easiest way to check, copy and edit CSS |
| 文件大小 | 2.08 MB |
| 安装次数 | 1,657 |
| 当前版本 | 1.2 |
| 更新时间 | 2020-11-27 |
| 上架时间 | 2020-10-20 |
| 评分 | 4.75/5 共4次评分 |
| 开发者 | https://cssspider.fresalabs.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://cssspider.fresalabs.com/ |
| 帮助页面URL | https://cssspider.fresalabs.com/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "CSS-Spider",
"name": "CSS Spider",
"version": "1.2",
"description": "The fastest and easiest way to check, copy and edit CSS",
"manifest_version": 2,
"browser_action": {
"default_title": "Css Spider"
},
"icons": {
"128": "logo.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"activeTab",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |