← All Blogs

Build a Chrome Extension in Next.js and Notion API

15 April, 2022

Build a Chrome Extension in Next.js and Notion API blog

Chrome extensions are a great way to customize your browsing experience. Most of the time, Chrome extensions need to be reactive and this is where building the extension in vanilla JavaScript can be a painful experience. To overcome this shortcoming, you can use a JavaScript-based front-end framework like Next.js or Nuxt.js to build your Chrome extensions.

In this tutorial, you’ll learn to build a Chrome extension using Next.js. For this tutorial, you’ll build a Chrome extension that allows you to tag and save web links to a Notion database.

Read the full blog on Bird Eats Bug.

Thanks for reading 💜


I publish a monthly newsletter in which I share personal stories, things that I am working on, what is happening in the world of tech, and some interesting dev-related posts which I come across while surfing on the web.

Connect with me through TwitterLinkedInGithub or send me an Email.

Ravgeet, Full Stack Developer and Technical Content Writer

📮 Join my newsletter

I share tips on how to get started with freelancing, remote jobs, developer-related stuff, startup ecosystem, and lots of insider secrets with my subscribers.

Subscribe →
🧠 More Interesting Reads
Handling Previews in a Headless Architecture - Strapi and Next.js
Allow your content creators to view the unpublished content live before sharing it with your audience in Strapi and Next.js.
Build a Task Assignment App with Twilio Whatsapp, Strapi, and Next.js
Learn how to create a task assignment application to assign/unassign tasks and send notifications to the concerned people.
How to enable in-app Notifications using TinyMCE APIs
Notifications add value to an app by helping to build conversations between users. They can also help make an interface less hostile by sharing important information. And it’s because they’re so useful that you’re being flooded by feature requests th...