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”。
擴展截圖
下載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 :) 擴展基本資訊
| 名稱 | |
| ID | mhdldhbhcebniefiggncejedoicijole |
| 官方網址 | 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
} | |