Create Your First Chrome Extension in JavaScript to Hide Your API Keys

Опубликовано: 21 Январь 2022
на канале: VonageDev
989
20

In this video tutorial, you will learn how to create a chrome extension. The example I will show today is to hide your Vonage API keys on the dashboard. The knowledge you’ll acquire from following the steps of this tutorial will give you a foundation on how to create your own chrome extensions for different purposes.

You can find the written version of this video tutorial here: https://learn.vonage.com/blog/2021/08...

If you'd like to take it to the next level you can learn how to publish it to the Chrome Webstore from the official documentation.

Hope you enjoyed this. Feel free to contact me on Twitter or join our Community Slack Channel.

Timestamps
What Is a Chrome Extension [00:18]
Create the Chrome Extension Folder [00:37]
Create the manifest.json file [00:51]
Create the Bootstrap File [02:06]
Import the Folder [02:32]
Test it Out [04:29]