Differen-CSS

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

Differen-CSS là gì?

Differen-CSS là một tiện ích mở rộng Chrome được phát triển bởi ptdimitry, và tính năng chính của nó là "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page".

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

screenshot

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

Tải xuống các tệp mở rộng Differen-CSS 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

                        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 :)                    

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

Tên Differen-CSS Differen-CSS
ID mhdldhbhcebniefiggncejedoicijole
URL Chính Thức https://chrome.google.com/webstore/detail/differen-css/mhdldhbhcebniefiggncejedoicijole
Mô tả Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page
Kích Thước Tệp 25.1 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 0.11
Cập Nhật Lần Cuối 2016-10-26
Ngày Phát Hành 2016-10-26
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ptdimitry
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}