Refined C3

Various tweaks and improvements for the Construct 3 Editor

Refined C3คืออะไร?

Refined C3 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Armaldio และคุณลักษณะหลักของมันคือ "Various tweaks and improvements for the Construct 3 Editor"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Refined C3

ดาวน์โหลดไฟล์ส่วนขยาย Refined C3 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Refined C3 is a tool that add various tweaks and improvements to the Construct 3 Editor

Highlights: 
- Quick search (Ctrl+Shift+K)
- Filter objects in the debugger

More features are planned, follow the project at: https://github.com/Armaldio/refined-construct-3/projects/1
Submit your bug or ideas at: https://github.com/Armaldio/refined-construct-3/issues                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Refined C3 Refined C3
ID oancmpnjbfdoghooiachoknamecnjoll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/refined-c3/oancmpnjbfdoghooiachoknamecnjoll
คำอธิบาย Various tweaks and improvements for the Construct 3 Editor
ขนาดไฟล์ 1.03 MB
จำนวนการติดตั้ง 222
เวอร์ชันปัจจุบัน 0.2.6
อัปเดตครั้งล่าสุด 2021-12-01
วันที่เผยแพร่ 2021-05-19
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Armaldio
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Armaldio/refined-construct-3
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refined C3",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "Various tweaks and improvements for the Construct 3 Editor",
    "default_locale": "en",
    "permissions": [
        "*:\/\/editor.construct.net\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        "messaging.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/editor.construct.net\/*"
            ],
            "js": [
                "js\/quickswitch.js",
                "js\/headway.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/preview.construct.net\/debug.html*"
            ],
            "js": [
                "js\/debug-search.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "version": "0.2.6",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}