CSS Unites
CSS Unites specially develop for Frontend Engineers.
CSS Unitesคืออะไร?
CSS Unites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mexuvo และคุณลักษณะหลักของมันคือ "CSS Unites specially develop for Frontend Engineers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSS Unites
ดาวน์โหลดไฟล์ส่วนขยาย CSS Unites ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a CSS Units Converter. Some times we need to convert CSS unites to other CSS unites. CSS Unites specially develop for Frontend Engineers. You can convert any kind of CSS units. When input your value in any field then other field will be converted.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CSS Unites |
ID | bgbjdaligcmcobjgnhajolfhhhgjmoad |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/css-unites/bgbjdaligcmcobjgnhajolfhhhgjmoad |
คำอธิบาย | CSS Unites specially develop for Frontend Engineers. |
ขนาดไฟล์ | 1.08 MB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-02-03 |
วันที่เผยแพร่ | 2022-02-03 |
คะแนน | 5.00/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | mexuvo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CSS Unites", "description": "CSS Unites specially develop for Frontend Engineers.", "version": "1.0.0", "icons": { "45": ".\/images\/logo45X45.png", "128": ".\/images\/128.png" }, "background.service_worker": { "presistent": true, "scripts": [ ".\/popup.js" ] }, "action": { "default_icon": ".\/images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |