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”。

擴展截圖

screenshot
screenshot
screenshot

下載CSS Diff擴展crx文件

下載CSS Diff擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 CSS Diff
ID bnkooidmjbobfbgncondmfoajbpafjio
官方網址 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"
}