An Object Is ASep 19, 20211 min readGetting Past CORS In a Chrome ExtensionChrome extensions give us a way to get past CORS blocked websites. Let's see how.
An Object Is ASep 19, 20215 min readDiscord OAuth2 Login for Chrome ExtensionsLet's use Discord's OAuth2 endpoint to create a login system for our Chrome Extension. No need to build one ourselves!
An Object Is ASep 19, 20212 min readLocal 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 ASep 19, 20214 min readEmail/Password Login for Chrome ExtensionsLet's build our own login system that takes the user's email and password.
An Object Is ASep 19, 20212 min readCopy & Search Chrome ExtensionAllow the user to copy text on a webpage then immediately search for that text using a search engine of their choice.
An Object Is ASep 19, 20213 min readMake a Pinterest Google Chrome ExtensionA 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 ASep 18, 20213 min readFirebase Login for Chrome ExtensionsWe're going to use FirebaseUI to create a login system for our Chrome Extension. Google, GitHub, Twitter, and more are available.
An Object Is ASep 18, 20215 min readBuild a Chrome Extension Using ReactJSThe 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 ASep 18, 20215 min readGoogle OAuth2/OpenID Chrome Extension Login SystemNo 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 ASep 18, 20212 min readHow to Build a Chrome Extension Manifest Version 2Let'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-