top of page
Search


Getting Past CORS In a Chrome Extension
Chrome extensions give us a way to get past CORS blocked websites.
Let's see how.
An Object Is A
Sep 19, 20211 min read
290
0

Discord OAuth2 Login for Chrome Extensions
Let's use Discord's OAuth2 endpoint to create a login system for our Chrome Extension.
No need to build one ourselves!
An Object Is A
Sep 19, 20215 min read
721
0


Local Database and Chrome Extensions (IndexedDB)
Using JavaScript's IndexedDB API, we'll create an extension that allows the user to store large amounts of data in a database.
An Object Is A
Sep 19, 20212 min read
1,101
0

Email/Password Login for Chrome Extensions
Let's build our own login system that takes the user's email and password.
An Object Is A
Sep 19, 20214 min read
1,959
1


Copy & Search Chrome Extension
Allow the user to copy text on a webpage then immediately search for that text using a search engine of their choice.
An Object Is A
Sep 19, 20212 min read
143
0

Make a Pinterest Google Chrome Extension
A Chrome Extension that let's the user save images and links like Pinterest. Our user will be able to save 'Pins' on their 'Board'.
An Object Is A
Sep 19, 20213 min read
128
0

Firebase Login for Chrome Extensions
We're going to use FirebaseUI to create a login system for our Chrome Extension. Google, GitHub, Twitter, and more are available.
An Object Is A
Sep 18, 20213 min read
772
0


Build a Chrome Extension Using ReactJS
The world's solution to creating Chrome Extensions using ReactJS. All 5 key files of a Chrome Extension create an app within your Chrome Ext
An Object Is A
Sep 18, 20215 min read
1,051
1

Google OAuth2/OpenID Chrome Extension Login System
No need to create your own database and REST API for an entire login system. We'll use Google OpenID to do it for us.
An Object Is A
Sep 18, 20215 min read
1,988
0

How to Build a Chrome Extension Manifest Version 2
Let's walkthrough the 5 key files you need to build any Chrome Extension.
We'll show you how the work together to create a front-end & back-
An Object Is A
Sep 18, 20212 min read
1,076
0

How To Build A Chrome Extension NEW Manifest V3
We'll go over the 5 key components for building any Google Chrome Extension with the new Manifest 3 rules.
An Object Is A
Sep 16, 20217 min read
291
0
bottom of page