CSS Feature Toggles
A devtools extension to toggle support of selected CSS features for testing progressive enhancement fallbacks.
CSS Feature Togglesคืออะไร?
CSS Feature Toggles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://keithclark.co.uk และคุณลักษณะหลักของมันคือ "A devtools extension to toggle support of selected CSS features for testing progressive enhancement fallbacks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSS Feature Toggles
ดาวน์โหลดไฟล์ส่วนขยาย CSS Feature Toggles ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows developers to disable support of modern CSS features from devtools. Disabling features such as flexbox, grid or blend-modes allows developers to see how their pages/apps will render in browsers that don't support them.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CSS Feature Toggles |
ID | aeinmfddnniiloadoappmdnffcbffnjg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/css-feature-toggles/aeinmfddnniiloadoappmdnffcbffnjg |
คำอธิบาย | A devtools extension to toggle support of selected CSS features for testing progressive enhancement fallbacks. |
ขนาดไฟล์ | 37.42 KB |
จำนวนการติดตั้ง | 1,578 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2020-02-27 |
วันที่เผยแพร่ | 2020-02-27 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://keithclark.co.uk |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/keithclark/css-feature-toggle-devtools-extension |
URL หน้าช่วยเหลือ | https://github.com/keithclark/css-feature-toggle-devtools-extension/issues |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Feature Toggles", "version": "1.0.2", "author": "Keith Clark", "description": "A devtools extension to toggle support of selected CSS features for testing progressive enhancement fallbacks.", "homepage_url": "https:\/\/github.com\/keithclark\/css-feature-toggle-devtools-extension", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "devtools_page": "devtools\/devtools.html" } |