simple-debug.css
Debug your layouts with one line of CSS and a single click.
simple-debug.cssคืออะไร?
simple-debug.css เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chrisnager.com และคุณลักษณะหลักของมันคือ "Debug your layouts with one line of CSS and a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย simple-debug.css
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| URL อย่างเป็นทางการ | 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"
}
} | |