Google Chrome Extension Development
About Course
New to Google Chrome Extension development? Awesome! If I could show you a way to develop yours in less than an hour without no knowledge to begin with, would you be interested?
If yes, this is a course right for you! Course is designed with respect to your time. This means that videos get to the point and deliver core knowledge that you can use straight away.
What is chrome extension?
Chrome extensions are tiny programs that run inside your browser. They can interact with the web pages you visit, and the rest of the web.
What Will You Learn?
The goal of this course is simple: teach you how to develop a chrome extension in the shortest amount of time…
Here is a brief list of what you are going to achieve:
- Core fundamentals of extension development
- Structure of Chrome extension
- Understanding of Chrome API and listeners
- Internationalization
- Making XHR requests
- Main attributes of the manifest file
- Developing with real example
- Publishing your extension to Chrome Web Store
- And much more…
Hurry though… the price might change at any point
And if you don’t think it live up to promise I’ve made you…
Or you think you cannot develop your own extension in the end…
There is a 30-Day Money-Back Guarantee…
All risk is lifted from your shoulders and placed squarely on mine. Join the BEST Chrome Extension Development today!
See you on the inside!
About the instructor
Course Curriculum
Introduction
Course Structure
00:59How To Get The Most Out Of This Course
01:56Lectures overview
01:26Project Setup
02:34What Is Extension
02:05
Fundamental Concepts
Manifest File
04:01Background scripts
06:03Content Scripts
11:35Mid summary
02:09Extension User Interface
06:16Publishing Online
06:43Fundamentals Summary
03:47
Advanced Techniques
Persisting data in a storage
15:02Message Passing
13:16Cross-origin requests (XHR)
08:59Internationalization (localization)
12:46
Building tools integration
Typescript Integration
11:50Webpack Integration
12:53