Differen-CSS
Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page
Apa itu Differen-CSS?
Differen-CSS adalah ekstensi Chrome yang dikembangkan oleh ptdimitry, dan fitur utamanya adalah "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Differen-CSS
Unduh file ekstensi Differen-CSS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 :)
Informasi Dasar Ekstensi
Nama | |
ID | mhdldhbhcebniefiggncejedoicijole |
URL Resmi | https://chrome.google.com/webstore/detail/differen-css/mhdldhbhcebniefiggncejedoicijole |
Deskripsi | Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page |
Ukuran File | 25.1 KB |
Jumlah Instalasi | 96 |
Versi Saat Ini | 0.11 |
Terakhir Diperbarui | 2016-10-26 |
Tanggal Publikasi | 2016-10-26 |
Penilaian | 2.00/5 Total 1 Penilaian |
Pengembang | ptdimitry |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |