CSSSteal
Given DOM element returns styles applied to it and all its children.
什么是CSSSteal?
CSSSteal是由Krasimir Tsonev开发的Chrome扩展程序,该扩展的主要功能是“Given DOM element returns styles applied to it and all its children.”。
扩展截图
下载CSSSteal扩展crx文件
下载CSSSteal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Inspect elements and extract the CSS defined for them and their children. The extension is useful if you need to transfer part of one page to another.                     扩展基本信息
| 名称 |  | 
| ID | ellabkgcnhflepncdcnelhgclfkgmanh | 
| 官方URL | https://chromewebstore.google.com/detail/csssteal/ellabkgcnhflepncdcnelhgclfkgmanh | 
| 简介 | Given DOM element returns styles applied to it and all its children. | 
| 文件大小 | 557 KB | 
| 安装次数 | 4,448 | 
| 当前版本 | 1.0.2 | 
| 更新时间 | 2015-10-08 | 
| 上架时间 | 2015-10-08 | 
| 评分 | 2.26/5 共46次评分 | 
| 开发者 | Krasimir Tsonev | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSSSteal",
    "description": "Given DOM element returns styles applied to it and all its children.",
    "version": "1.0.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "devtools_page": "devtools.html"
} | |