Create your own Google Chrome Extension for you WordPress Website
If you want to build a Google Chrome Extension to display your latest WordPress posts you can use the following code I committed into GitHub. I used code from another blog but unfortunately it was using Google Feed Api witch was deprecated in December 15th, 2016. Instead I am using a Google Feed API alternative by https://rss2json.com/google-feed-api-alternative
You can also install my Extension if you want to have a nice tab with beautiful images from Flickr with th Morocco tag here https://chrome.google.com/webstore/detail/larbizard/glaloeoinnompmnnbbkiekdfiofpkjna
https://github.com/larbizard/chrome-wordpress-feedburner-gfapijs
You can follow his tutorial but don’t forget to replace Google
API with RSS2JSON Google Feed API Alternative
<script type=”text/javascript” src=”https://www.google.com/jsapi”></script>
<script type=”text/javascript” src=”gfapi.js”></script>
If you are too lazy just clone my repo.
Source: https://www.labnol.org/software/create-chrome-apps-extensions/27958/