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 là gì?

CSS Diff là một tiện ích mở rộng Chrome được phát triển bởi evan.borgstrom, và tính năng chính của nó là "As you make CSS changes in the DevTools inspector window this will track your changes and provide you with a nicely formatted diff".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CSS Diff

Tải xuống các tệp mở rộng CSS Diff dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CSS Diff CSS Diff
ID bnkooidmjbobfbgncondmfoajbpafjio
URL Chính Thức https://chromewebstore.google.com/detail/css-diff/bnkooidmjbobfbgncondmfoajbpafjio
Mô tả As you make CSS changes in the DevTools inspector window this will track your changes and provide you with a nicely formatted diff
Kích Thước Tệp 20.12 KB
Số Lần Cài Đặt 897
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-04-20
Ngày Phát Hành 2016-04-20
Đánh Giá 1.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển evan.borgstrom
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}