google-chrome - Chrome 开发工具设置 : where is the Experiments tab to Allow custom UI themes?

标签 google-chrome google-chrome-devtools

我使用的是 36+ 版本的 chrome

根据 this页面,我应该能够使用以下说明允许自定义主题:

Installation Instructions

  • Add this theme
  • Goto chrome://flags and Enable Developer Tools experiments.
  • Open developer tools settings, select Experiments tab, and check 'Allow custom UI themes'.
  • Reload devtools.


我在开发工具设置中没有看到这样的选项卡。我只看到“常规”、“工作区”和“快捷方式”

最佳答案

以上是一些简单的步骤,希望对您有所帮助。

  • 打开一个新的 chrome 标签页,输入 chrome://flags
  • 查找, “启用开发者工具实验。” 使用 ctrl/cmd+f 或简单地通过向下滚动页面来搜索它。
  • 点击 “启用”链接
  • 点击 “立即重启”在页面的底部。
  • 重启Chrome后,打开DevTools,DevTools设置,选择实验标签。

  • 现在选择您想要的实验(例如“允许自定义 UI 主题”)。

    您需要重新加载开发工具 之后:Alt-R将重新加载 devtools 本身,或者您可以关闭并重新打开它。

    关于google-chrome - Chrome 开发工具设置 : where is the Experiments tab to Allow custom UI themes?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24858520/

    相关文章:

    websocket - 扩展 Devtools 来剖析 websocket 框架

    javascript - 在 Chrome DevTools 中禁用源映射

    google-chrome - 打开新标签页/新窗口时自动打开 Chrome 开发者工具

    javascript - 为什么插件页面收不到消息?

    javascript - 单击按钮替换输入字段中的选定文本

    javascript - 如何检测覆盖的 css 属性?

    javascript - 如果文件的扩展名为 jpg 或 png,我如何使用 chrome.downloads.onDeterminingFilename 更改下载的文件名?

    css - Safari 显示 :after pseudo-element as if is :before

    javascript - xsltprocessor 在 Chrome 中调试

    javascript - 如何优化JS代码?