5

One day I was looking at the Google Chrome Developer, and I was accidentally holding Ctrl and scrolling the mousewheel, when, bang

enter image description here

So, does that mean that the Google Chrome Developer Tools are not part of the standard Google Chrome interface? Is the Google Chrome Developer Tools a webpage itself? Do I need a Google Chrome Developer Tools for the Google Chrome Developer Tools?

Dum dum dummmmmm

Anyway, so making the assumption that the Google Chrome Developer Tools is a webpage, then how can I access it? Where is the file holding it? How could I create my own version of the Google Chrome Developer Tools?

hakre
  • 193,403
  • 52
  • 435
  • 836
Luke
  • 2,038
  • 3
  • 22
  • 46
  • this might answer some of your questions http://stackoverflow.com/questions/12291138/how-do-you-inspect-the-web-inspector-in-chrome – Noam Hacker Feb 23 '16 at 19:25
  • 1
    @NoamHacker, yes! That's awesome! – Luke Feb 23 '16 at 21:14
  • Does this answer your question? [How do you inspect the web inspector in Chrome?](https://stackoverflow.com/questions/12291138/how-do-you-inspect-the-web-inspector-in-chrome) – hakre Oct 15 '21 at 14:05

1 Answers1

1

Hi the link below contains all information for someone who would want to hack,debug or modify the Chrome developer tools. The document quotes quite nicely somewhere "You can inspect the inspector.".

I believe this document does not have the ultimate latest data but it's relevant to the question above. I tried out the initial steps mentioned above and they worked fine.

https://docs.google.com/document/d/1WNF-KqRSzPLUUfZqQG5AFeU_Ll8TfWYcJasa_XGf7ro

ketan Shah
  • 88
  • 9
  • 1
    Okay, this is really helpful! Just two things: firstly, add a little more information _about_ the answer in the answer, for future visitors etc. and secondly, delete your other answer. Thanks for the help! :) – Luke Feb 23 '16 at 21:11
  • 1
    He meant answer. You said "Done", you deleted your other answer but you didn't edit this one until now. In general you shouldn't be posting multiple answers, you should be editing them. – BoltClock Feb 24 '16 at 09:39
  • Yes i understood and edited it right away. Thank you – ketan Shah Feb 24 '16 at 09:41
  • 1
    @ketanShah, great! Thanks! :) – Luke Feb 24 '16 at 09:55