
Learn how to build a Google Chrome extension by creating a manifest.json, configuring icons, permissions, default browser actions and a popup, and loading it as an unpacked extension.
Learn to employ JavaScript in Chrome extension development by building a popup that updates a greeting in real time as the user types, with future storage API prep.
Learn to store and retrieve a user name in a chrome extension using the storage API. Use chrome.storage.sync.set and .get with manifest storage permission to greet the user across launches.
Develop a Chrome extension called custom background that changes the Google homepage background, using a Page action to activate on Google.com, with a one-time background script and a content script.
Build a Google Chrome extension to customize the background on the Google homepage using a popup, background script, and page action, with messaging to enable on specific tabs.
Design a Chrome extension to set a custom background by entering an image link, sending messages from the popup to a content script, and applying the background with storage.
This course will introduce you to the development of Google Chrome Extensions. Also, this course includes a minor project of developing an extension to customize your browser's home page background image. At the end of the course, there is a discussion of a project idea too which will be great if you build it.