Inspect CSS
The easiest way to inspect and edit CSS
Inspect CSSคืออะไร?
Inspect CSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kholid060 และคุณลักษณะหลักของมันคือ "The easiest way to inspect and edit CSS"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inspect CSS
ดาวน์โหลดไฟล์ส่วนขยาย Inspect CSS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: 🔎 Get CSS Properties from any element by selecting it ✏️ Get and edit element attributes 📷 Download website assets ⌨️ Add your custom CSS to the website 🎨 Get the color palette of the website 🧭 DOM Navigation 🎯 Color picker GitHub: https://github.com/Kholid060/inspect-css
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Inspect CSS |
ID | fbopfffegfehobgoommphghohinpkego |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/inspect-css/fbopfffegfehobgoommphghohinpkego |
คำอธิบาย | The easiest way to inspect and edit CSS |
ขนาดไฟล์ | 380 KB |
จำนวนการติดตั้ง | 5,344 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2024-02-09 |
วันที่เผยแพร่ | 2020-09-15 |
คะแนน | 4.20/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | kholid060 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Kholid060/inspect-css |
URL หน้าช่วยเหลือ | https://github.com/Kholid060/inspect-css/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "version": "1.0.2", "description": "__MSG_extensionDescription__", "permissions": [ "activeTab", "scripting", "storage" ], "action": [], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/woff2\/*.woff2", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |