CSS Shapes Editor
Interactive editor for CSS Shapes.
CSS Shapes Editorคืออะไร?
CSS Shapes Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Razvan Caliman และคุณลักษณะหลักของมันคือ "Interactive editor for CSS Shapes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSS Shapes Editor
ดาวน์โหลดไฟล์ส่วนขยาย CSS Shapes Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create and adjust CSS Shapes values with an interactive editor overlapping the selected element. Update 21 May 2015: --- For polygons, unit-less zero coordinates will inherit the non-zero sibling coordinate unit instead of defaulting to pixels. Example 0 100% => 0% 100% Shapes sidebar: New sidebar to the DevTools Elements panel called "Shapes" which offers controls to create and edit CSS Shapes values like polygon(), circle() and ellipse() on the selected element. Polygons: Click the edges of the shape to add new points. Drag points to change the shape. Double-click points to remove them. Select the transform tool to move, scale and rotate the polygon shape. Circles & ellipses: Drag the shape to move it around. Pull on the edges and corners to scale and resize. Update History === Update 13 Jan 2015: --- Provides workaround for Chrome 40+ regression which causes editor to fail when selecting an element to edit. Update 8 Dec 2014: --- This extension has been wrongly accused of spreading malware. It does not. Its source code is always available for inspection: https://github.com/oslego/chrome-css-shapes-editor The latest release (Version 1.2.0) addresses some potential vulnerabilities exploitable by 3rd party malicious scripts. If you experience malicious behavior from your browser, reset your browser settings: https://support.google.com/chrome/answer/3296214
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CSS Shapes Editor |
ID | nenndldnbcncjmeacmnondmkkfedmgmp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/css-shapes-editor/nenndldnbcncjmeacmnondmkkfedmgmp |
คำอธิบาย | Interactive editor for CSS Shapes. |
ขนาดไฟล์ | 84.76 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2015-05-21 |
วันที่เผยแพร่ | 2015-05-21 |
คะแนน | 3.82/5 รวมทั้งหมด 101 คะแนน |
ผู้พัฒนา | Razvan Caliman |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/oslego/chrome-css-shapes-editor |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Shapes Editor", "version": "1.3.0", "author": "Razvan Caliman |