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.
擴展基本資訊
名稱 | CSSSteal |
ID | ellabkgcnhflepncdcnelhgclfkgmanh |
官方網址 | 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" } |