Coconutool
Chrome and DevTools extension for debugging Cocos Creator V3 games.
Wat is Coconutool?
Coconutool is een Chrome-extensie ontwikkeld door Raykid, en de belangrijkste functie is "Chrome and DevTools extension for debugging Cocos Creator V3 games.".
Extensie Screenshots
Download het CRX-bestand van de extensie Coconutool
Download Coconutool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Chrome devtool for debugging games that made by Cocos Creator V3. You can do several things below: 1. Inspect game internal node and modify properties of it. 2. Modify internal components just like that in IDE. 3. Modify CUSTOM COMPONENTS just like that in IDE. This may help you adjusting configs without switching between Chrome & IDE, and no need to rerun the game time after time. 4. Change node's display index with drag&drop.
Basisinformatie over de Extensie
Naam | Coconutool |
ID | cpbcmlplbdlhlpohffilkklbgcdpcfhk |
Officiële URL | https://chromewebstore.google.com/detail/coconutool/cpbcmlplbdlhlpohffilkklbgcdpcfhk |
Beschrijving | Chrome and DevTools extension for debugging Cocos Creator V3 games. |
Bestandsgrootte | 731 KB |
Aantal Installaties | 1,191 |
Huidige Versie | 0.1.5 |
Laatst Bijgewerkt | 2022-02-14 |
Publicatiedatum | 2021-12-02 |
Beoordeling | 5.00/5 Totaal 15 Beoordelingen |
Ontwikkelaar | Raykid |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Coconutool", "version": "0.1.5", "description": "Chrome and DevTools extension for debugging Cocos Creator V3 games.", "icons": { "16": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "content_scripts": [ { "matches": [ " |