1
0
mirror of synced 2025-11-06 04:21:11 +08:00

Add: Code plugin snippet

This commit is contained in:
surunzi
2018-01-09 18:44:21 +08:00
parent 19ee292719
commit 66d62175ce
3 changed files with 15 additions and 3 deletions

View File

@@ -111,6 +111,7 @@ It is possible to enhance Eruda with more features by writing plugins. Check sou
* [eruda-features](https://github.com/liriliri/eruda-features): Browser feature detections.
* [eruda-timing](https://github.com/liriliri/eruda-timing): Show performance and resource timing.
* [eruda-memory](https://github.com/liriliri/eruda-memory): Display page memory info.
* [eruda-code](https://github.com/liriliri/eruda-code): Run JavaScript code.
When writing plugins, you can use utilities exposed by Eruda, see [docs](doc/UTIL_API.md) here.