Python Assist
Quickly access a Python compiler and Python documentation without leaving your tab
A simple utility tool to convert JSON string to Object Initializer format in C#.
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
Usage:
1. Can be used in Code Examples.
2. Can be used in Test Data for Unit Testing.
查看最近评论和评分分布。
商店综合星级:3.0。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
Quickly access a Python compiler and Python documentation without leaving your tab
Record browser actions and generate Playwright test scripts in JavaScript, TypeScript, Python, Java, and C# (.NET).
Abrir el dashboard para Ringow.
The ultimate search extension for C/C++
JSON to TypeScript Interface Conversion Tools
Python playground and script runner. Run Python code snippets from any website using our free online Python compiler and IDE.
Needs to preserve casing of symbols
Unnecessary changes property names
Great extension, thanks! Could be even better if the Pascal casing is also used while generating the class and Property names: Current: { "TestWithPascalCase": { "TestInteger": 6, "TestString": "abcdef" } } new Test { Testwithpascalcase = new Testwithpascalcase { Testinteger = 6, Teststring = "abcdef" } } Expected: new Test { TestWithPascalCase = new TestWithPascalCase { TestInteger = 6, TestString = "abcdef" } }