top of page
Search
An Object Is A
Sep 19, 20211 min read
Getting Past CORS In a Chrome Extension
Chrome extensions give us a way to get past CORS blocked websites.
Let's see how.
2800
An Object Is A
Sep 19, 20215 min read
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!
6710
An Object Is A
Sep 19, 20212 min read
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.
1,0300
An Object Is A
Sep 19, 20214 min read
Email/Password Login for Chrome Extensions
Let's build our own login system that takes the user's email and password.
1,9151
An Object Is A
Sep 19, 20212 min read
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.
1430
An Object Is A
Sep 19, 20213 min read
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'.
1240
An Object Is A
Sep 18, 20213 min read
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.
7300
An Object Is A
Sep 18, 20215 min read
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
1,0441
An Object Is A
Sep 18, 20211 min read
Create a Spinning Wheel Image Carousel Using JavaScript
Let's create an image wheel carousel using JavaScript, HTML, and CSS.
A real basic gallery for any web page.
5230
An Object Is A
Sep 18, 20212 min read
Create an ADVANCED JavaScript Wheel Image Carousel
This tutorial builds off of a previous tutorial w did on creating a basic spinning wheel image carousel. We're going to make our carousel sn
1170
An Object Is A
Sep 18, 20215 min read
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.
1,9020
An Object Is A
Sep 18, 20212 min read
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-
1,0550
An Object Is A
Sep 16, 20217 min read
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.
2630
bottom of page