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…
What is Construct 3 GUI css replacer?
Construct 3 GUI css replacer is a Chrome extension developed by Piponga, and its main feature is "This extension slightly changes Construct 3 css styles to look like Construct 2 UI, where you can see more information per unit…".
Extension Screenshots
Download Construct 3 GUI css replacer Extension CRX File
Download Construct 3 GUI css replacer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension slightly changes Construct 3 css styles to look like Construct 2 UI, where you can see more information per unit area.
Extension Basic Information
Name | |
ID | pnianmahgekngbjggmdnpjkkeaachjin |
Official URL | https://chrome.google.com/webstore/detail/construct-3-gui-css-repla/pnianmahgekngbjggmdnpjkkeaachjin |
Description | This extension slightly changes Construct 3 css styles to look like Construct 2 UI, where you can see more information per unit… |
File Size | 21.12 KB |
Installation Count | 216 |
Current Version | 0.0.1 |
Last Updated | 2019-01-12 |
Publish Date | 2019-01-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Piponga |
Payment Type | free |
Supported Languages | 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" ] } |