Differen-CSS

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

Differen-CSSคืออะไร?

Differen-CSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ptdimitry และคุณลักษณะหลักของมันคือ "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Differen-CSS

ดาวน์โหลดไฟล์ส่วนขยาย 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
}