CSS Diff
As you make CSS changes in the DevTools inspector window this will track your changes and provide you with a nicely formatted diff
CSS Diff란 무엇입니까?
CSS Diff은(는) evan.borgstrom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "As you make CSS changes in the DevTools inspector window this will track your changes and provide you with a nicely formatted diff"입니다.
확장 프로그램 스크린샷
CSS Diff 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When you're working on a project turning a design that was done by someone else into HTML + CSS it can often be frustrating as you go back-and-forth with them trying to tweak things. Often times you'll end up getting marked up screenshots asking for things to be moved, changed, etc. Both the front-end engineer and the designer end up frustrated by all of this back-and-forth. Once designers are introduced to the Chrome DevTools inspector where they can select elements and tweak CSS values till their heart's content the process can be massively improved because they can provide specific feedback on the values they want changed. CSS Diff is an extension that eases this feedback cycle by allowing designers to simply send the engineer a common "diff" output of their changes so that those changes can be implemented. Typically you'll end up using something like less, scss, etc to manage your styles so you can just apply the diff directly to the sources, but groking the diff and manually making the updates is much better than trying to make updates based off of marked up screen shots. This does not work on minified CSS because it is simply keeping a copy of the CSS from when the DevTools were opened and then showing live diff's against that. This typically isn't a problem as giving designers access to an development environment where the source code isn't minified should be trivial.
확장 프로그램 기본 정보
이름 | CSS Diff |
ID | bnkooidmjbobfbgncondmfoajbpafjio |
공식 URL | https://chromewebstore.google.com/detail/css-diff/bnkooidmjbobfbgncondmfoajbpafjio |
설명 | As you make CSS changes in the DevTools inspector window this will track your changes and provide you with a nicely formatted diff |
파일 크기 | 20.12 KB |
설치 횟수 | 897 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-04-20 |
출시 날짜 | 2016-04-20 |
평점 | 1.90/5 총 10 개의 평점 |
개발자 | evan.borgstrom |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Diff", "version": "1.0", "author": "Evan Borgstrom", "description": "As you make CSS changes in the DevTools inspector window this will track your changes and provide you with a nicely formatted diff", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "devtools_page": "devtools.html" } |