Refined C3
Various tweaks and improvements for the Construct 3 Editor
Refined C3 là gì?
Refined C3 là một tiện ích mở rộng Chrome được phát triển bởi Armaldio, và tính năng chính của nó là "Various tweaks and improvements for the Construct 3 Editor".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Refined C3
Tải xuống các tệp mở rộng Refined C3 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Refined C3 |
ID | oancmpnjbfdoghooiachoknamecnjoll |
URL Chính Thức | https://chromewebstore.google.com/detail/refined-c3/oancmpnjbfdoghooiachoknamecnjoll |
Mô tả | Various tweaks and improvements for the Construct 3 Editor |
Kích Thước Tệp | 1.03 MB |
Số Lần Cài Đặt | 222 |
Phiên Bản Hiện Tại | 0.2.6 |
Cập Nhật Lần Cuối | 2021-12-01 |
Ngày Phát Hành | 2021-05-19 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Armaldio |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Armaldio/refined-construct-3 |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |