Construct 3 GUI css replacer
This extension slightly changes Construct 3 css styles to look like Construct 2 UI, where you can see more information per unit…
Construct 3 GUI css replacerคืออะไร?
Construct 3 GUI css replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Piponga และคุณลักษณะหลักของมันคือ "This extension slightly changes Construct 3 css styles to look like Construct 2 UI, where you can see more information per unit…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Construct 3 GUI css replacer
ดาวน์โหลดไฟล์ส่วนขยาย Construct 3 GUI css replacer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension slightly changes Construct 3 css styles to look like Construct 2 UI, where you can see more information per unit area.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pnianmahgekngbjggmdnpjkkeaachjin |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/construct-3-gui-css-repla/pnianmahgekngbjggmdnpjkkeaachjin |
คำอธิบาย | This extension slightly changes Construct 3 css styles to look like Construct 2 UI, where you can see more information per unit… |
ขนาดไฟล์ | 21.12 KB |
จำนวนการติดตั้ง | 216 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2019-01-12 |
วันที่เผยแพร่ | 2019-01-12 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Piponga |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Construct 3 GUI css replacer", "version": "0.0.1", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/editor.construct.net\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |