simple-debug.css
Debug your layouts with one line of CSS and a single click.
什麼是simple-debug.css?
simple-debug.css是由https://chrisnager.com開發的Chrome擴展程式,該擴展的主要功能是“Debug your layouts with one line of CSS and a single click.”。
擴展截圖
下載simple-debug.css擴展crx文件
下載simple-debug.css擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension injects simple-debug.css's one line of CSS into the current page, adding outlines and a sense of depth to the page's elements, to make debugging the page layout easier. 擴展基本資訊
| 名稱 | |
| ID | jlkgkebpphmaiemciejnmgccejccnpha |
| 官方網址 | https://chromewebstore.google.com/detail/simple-debugcss/jlkgkebpphmaiemciejnmgccejccnpha |
| 簡介 | Debug your layouts with one line of CSS and a single click. |
| 檔案大小 | 9.15 KB |
| 安裝次數 | 1,946 |
| 目前版本 | 1.0 |
| 更新時間 | 2015-01-23 |
| 上架時間 | 2015-01-23 |
| 評分 | 4.71/5 共 14 次評分 |
| 開發者 | https://chrisnager.com |
| 付費類型 | free |
| 擴展官網 | https://github.com/chrisnager/simple-debug.css |
| 說明頁面URL | https://github.com/chrisnager/simple-debug.css |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "simple-debug.css",
"description": "Debug your layouts with one line of CSS and a single click.",
"version": "1.0",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"simple-debug.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Toggle simple-debug.css",
"default_icon": {
"19": "images\/toolbar-chrome.png",
"38": "images\/[email protected]"
}
},
"icons": {
"128": "icon_128.png",
"16": "icon_16.png",
"48": "icon_48.png"
}
} | |