Refined C3
Various tweaks and improvements for the Construct 3 Editor
Refined C3 क्या है?
Refined C3 Armaldio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Various tweaks and improvements for the Construct 3 Editor"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Refined C3 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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'" } |