Chrome dev tools settings: where is the Experiments tab to Allow custom UI themes?

空扰寡人 提交于 2019-12-03 14:54:57

问题


I am using chrome version 36+

according to this page, I should be able to allow custom themes using the following instructions:

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.

I do not see such a tab in the dev tools settings. I see only 'general', 'workspace', and 'shortcuts'


回答1:


These are some simple steps to follow, hope it will be helpful.

  1. Open a new chrome tab, type chrome://flags
  2. Find, "Enable Developer Tools experiments." using ctrl/cmd+f or simply searching for it by scrolling down the page.
  3. Click the "enable" link
  4. Click on "Relaunch Now" at the bottom of the page.
  5. After restarting Chrome, open DevTools, DevTools settings, and select the experiments tab.

Now select the experiment you want (e.g. "Allow custom UI themes").

You need to reload devtools after: Alt-R will reload devtools itself, or you can just close and reopen it.




回答2:


To get to the Dev Tools Experiments area you have to click on the gear icon in the inspector.

If still not working you should go to:

chrome://extensions/

And click the 'Enable' checkbox for the DevTools extension you wish to enable.




回答3:


Had the same issue,

I found I was going to browser settings which is NOT where you should be going to , You need to go to developer setting .

i.e right click>inspect element> dev tools




回答4:


You need to restart the browser after changing the flag at chrome://flags




回答5:


I found it. There is a checkbox under experiments tab: Allow custom UI themes




回答6:


Restart chrome just not means to close the chrome and then open it. you should click the 'Relaunch Now' button of the flags tab. and then it's work for me.




回答7:


loislo's answer is absolutely right (You need to restart the browser after changing the flag at chrome://flags). But notice that your chrome can work in the background. Go to the tray, look for the chrome icon and exit.




回答8:


  1. Navigate to chrome://flags/

  2. Find and enable Developer Tools experiments Mac, Windows, Linux, Chrome OS

  3. Relaunch Chrome, open develop tool, setting, you will see experiments tab.

My Chrome version: Version 61.0.3163.100



来源:https://stackoverflow.com/questions/24858520/chrome-dev-tools-settings-where-is-the-experiments-tab-to-allow-custom-ui-theme

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!