Cocos Creator Devtool
Chrome and DevTools extension for debugging Cocos Creator games
Was ist Cocos Creator Devtool?
Cocos Creator Devtool ist eine Chrome-Erweiterung, die von Aztack entwickelt wurde, und ihr Hauptmerkmal ist "Chrome and DevTools extension for debugging Cocos Creator games".
Erweiterungsscreenshots
Cocos Creator Devtool-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cocos Creator Devtool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
You can inspect the game internal node structure and modify some properties of the node with this extension.
Grundlegende Informationen zur Erweiterung
Name | Cocos Creator Devtool |
ID | cnmkiolbnmjlhdkabcgobbgdomhhdnho |
Offizielle URL | https://chromewebstore.google.com/detail/cocos-creator-devtool/cnmkiolbnmjlhdkabcgobbgdomhhdnho |
Beschreibung | Chrome and DevTools extension for debugging Cocos Creator games |
Dateigröße | 324 KB |
Installationsanzahl | 2,429 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2019-06-21 |
Veröffentlichungsdatum | 2019-06-21 |
Bewertung | 3.60/5 Insgesamt 15 Bewertungen |
Entwickler | Aztack |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/lingobus/cocos-creator-devtool |
Hilfeseite URL | https://github.com/lingobus/cocos-creator-devtool/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cocos Creator Devtool", "version": "1.0.5", "description": "Chrome and DevTools extension for debugging Cocos Creator games", "manifest_version": 2, "browser_action": { "default_title": "Cocos Creator Devtool", "default_icon": "img\/48.png", "default_popup": "html\/popup-not-found.html" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "devtools_page": "html\/devtool.html", "content_scripts": [ { "matches": [ " |