My First Google Chrome Extension

   392 words    2 minute(s)
I needed an easy way to go to a hostname of the domain my computer is on in my web browser. Things like wp.domain.lan or something. When I type domains ending with .lan into Google Chrome, it takes me to the search page. What I want it to do is take me to the url I typed in and I usually want it to use https as well. To solve this, I created an extension following this Google Chrome developer guide.