Code.org Data Editor Console

Execute a code to edit the data while you're in a code.org fullscreen project (a code.org project link that does not have /edit or /view or anything on the last part.). You can execute data functions for example createRecord(), readRecords(), setKeyValue(), getKeyValue(), etc.

2023/07/09のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
cool on tampermonkey
評価
0 0 0
バージョン
0.1
作成日
2023/07/09
更新日
2023/07/09
大きさ
3.04KB
ライセンス
MIT
対象サイト

Code.org Data Editor Console

Execute a code to edit the data while you're in a code.org fullscreen project (a code.org project link that does not have /edit or /view or anything on the last part.). You can execute data functions for example createRecord(), readRecords(), setKeyValue(), getKeyValue(), etc.

Steps

1. Install this userscript.
2. Go to a code.org fullscreen project that is app lab or game lab.
3. Click the button that says 'Open Data Console' to open the console and close the console.
4. Type or paste your own code to edit the data of the project! Supports all data functions e.g. createRecord(), readRecords(), setKeyValue(), getKeyValue(), etc.
5. Press enter to execute.