Javascript 有没有像 Firefox 中的暂存器一样工作的 Chrome 应用程序?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/14492562/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is there a Chrome app that works like scratchpad in Firefox?
提问by user1895783
Hello I am looking for a Chrome extension or app that works similar to scratchpad in Firefox where I can code and test Javascript!
您好,我正在寻找一个 Chrome 扩展程序或应用程序,它的工作原理类似于 Firefox 中的暂存器,我可以在其中编写和测试 Javascript!
采纳答案by Ian Atkin
Chrome Developer Tools. It's a set of tools... for developers... It's installed by default, but you can add further functionality to it. In this case, you don't have to install anything...
Chrome 开发者工具。它是一组工具……供开发人员使用……默认情况下已安装,但您可以向其添加更多功能。在这种情况下,您无需安装任何东西...
Take a look: Chrome Developer Tools - Console.
看一看:Chrome 开发者工具 - 控制台。

