Screencast – Fixing The Tutorialzine How to Build a Chrome Extension Tutorial

There’s nothing more frustrating than an old tutorial that you can’t get to work.  I encountered this when attempting to Tutorialzine’s Tutorial on Creating Chrome Extensions.  There are 7 main issues that are wrong with this tutorial.  There are links below which will explain each individual issue with the tutorial and how to fix them.  Alternatively,…

Fixing the Broken Images form the Tutorialzine Chrome Extension Tutorial

              This post is part of a series of posts fixing the Chrome Extension Tutorial from Tutorialzine.com. [sc:fixing_the_tutorialzine_tutorial_navigation] If you made it to this page, you probably fixed the major issues with the Tutorialzine Chrome Extension Tutorial and now there’s only a few aesthetic changes to go!  Since popup.html…

Extension Load Error: Could not load icon ‘icon.png’ for browser action

While working through the Tutorialzine.com “Build Your First Chrome Extension”, I came across an issue early on related to the icon.png files.  Their Manifest.json referred to two icons image files, but didn’t have a location for the user to download those icons anywhere.  I decided to create a mini tutorial on how to fix this…

Chrome Extension Load Error: The manifest_version key must be present and set to 2

  If you are working through an older chrome extension tutorial, you will probably run through this error before any other error.  The reason you will likely get this error is that Chrome did not always force a version_manifest value in the manifest.json file.  Since moving from manifest_version 1 to manifest_version 2, I believe Google…