Differen-CSS

Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page

Differen-CSSとは何ですか?

Differen-CSSはptdimitryによって開発されたChromeの拡張機能で、その主な機能は「Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page」です。

拡張機能のスクリーンショット

screenshot

Differen-CSS拡張機能のCRXファイルをダウンロード

Differen-CSS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a tool for Web Developers that keeps track of all the CSS modifications made in the current page - inline, embedded and linked. The changes are saved in a separate panel (in developer tools) and could be downloaded for updating reference.
Please note that the extension is still in very alpha stage, and not intended for a lot of CSS changes
P.S. link to github to follow :)                    

拡張機能の基本情報

名前 Differen-CSS Differen-CSS
ID mhdldhbhcebniefiggncejedoicijole
公式URL https://chrome.google.com/webstore/detail/differen-css/mhdldhbhcebniefiggncejedoicijole
説明 Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page
ファイルサイズ 25.1 KB
インストール数 96
現在のバージョン 0.11
最終更新日 2016-10-26
公開日 2016-10-26
評価 2.00/5 合計 1 レビュー
開発者 ptdimitry
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Differen-CSS",
    "version": "0.11",
    "description": "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page",
    "devtools_page": "main-differen-css.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "inpage-differen-css.js"
    ],
    "manifest_version": 2
}