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 |
公式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" } |