CSS TRIMMER
Creates a single line Style tag from Chrome's dev tools Styles menu
CSS TRIMMERとは何ですか?
CSS TRIMMERはAlon Adlerによって開発されたChromeの拡張機能で、その主な機能は「Creates a single line Style tag from Chrome's dev tools Styles menu」です。
拡張機能のスクリーンショット
CSS TRIMMER拡張機能のCRXファイルをダウンロード
CSS TRIMMER拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly turns Dev Tools CSS Styles code to an inline style tag. For example, turn: display: block; height: 14em; resize: vertical; To: style='display: block; height: 14em; resize: vertical;' In a single click. How to use: 1- Copy any CSS code block from Chrome's Dev Tools Styles menu to the clipboard (CTRL+C). 2- Press the CSS icon in the extensions menu. 3- That's it, you're done, the inline style tag is auto copied to your clipboard (and also visible in the popup page). 4- You can modify the CSS code and press the 'ReTrim' button to create the style tag again, with your changes.
拡張機能の基本情報
名前 | CSS TRIMMER |
ID | hdhbfineemcdppmmlahpohaiinapaejc |
公式URL | https://chromewebstore.google.com/detail/css-trimmer/hdhbfineemcdppmmlahpohaiinapaejc |
説明 | Creates a single line Style tag from Chrome's dev tools Styles menu |
ファイルサイズ | 18 KB |
インストール数 | 54 |
現在のバージョン | 1.0 |
最終更新日 | 2017-04-20 |
公開日 | 2017-04-20 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Alon Adler |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS TRIMMER", "short_name": "CSS TRIMMER", "author": "Alon Adler", "description": "Creates a single line Style tag from Chrome's dev tools Styles menu", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "permissions": [ "clipboardRead", "clipboardWrite" ] } |