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" ] } |