Save CSS
Save your CSS and JS modifications in Devtools automatically to local disk.
Save CSSとは何ですか?
Save CSSはTomi Mickelssonによって開発されたChromeの拡張機能で、その主な機能は「Save your CSS and JS modifications in Devtools automatically to local disk.」です。
拡張機能のスクリーンショット
Save CSS拡張機能のCRXファイルをダウンロード
Save CSS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save CSS is a Chrome extension that speeds up your web UI development workflow by automatically saving your CSS and Javascript modifications in Chrome Developer Tools into the local disk. Eliminate manual copying and pasting of CSS values from Developer Tools to source files and install this extension. This extension requires an external script that is written in Python or Ruby. Pick one of them: Get the python script from: https://raw.github.com/tomimick/chrome-ext-save-css/master/servers/server.py Alternatively, get the Ruby script from: https://raw.github.com/tomimick/chrome-ext-save-css/master/servers/server.rb See usage and technical information in author's blog in http://tomicloud.com/2012/04/save-css-chrome-ext
拡張機能の基本情報
名前 | Save CSS |
ID | mflkegihknjnhmpfnaimpfkjbkelhhkf |
公式URL | https://chromewebstore.google.com/detail/save-css/mflkegihknjnhmpfnaimpfkjbkelhhkf |
説明 | Save your CSS and JS modifications in Devtools automatically to local disk. |
ファイルサイズ | 23.44 KB |
インストール数 | 2,667 |
現在のバージョン | 1.0.3 |
最終更新日 | 2012-08-23 |
公開日 | 2012-08-23 |
評価 | 3.86/5 合計 29 レビュー |
開発者 | Tomi Mickelsson |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://tomicloud.com |
ヘルプページのURL | http://tomicloud.com/2012/04/save-css-chrome-ext |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save CSS", "version": "1.0.3", "description": "Save your CSS and JS modifications in Devtools automatically to local disk.", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "128": "icon128.png" }, "devtools_page": "devtools.html", "background": { "scripts": [ "bg.js" ] }, "minimum_chrome_version": "18" } |