/plushcap/analysis/vonage/vonage-create-your-first-chrome-extension-in-javascript-to-hide-your-api-keys

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

What's this blog post about?

You will learn how to create a chrome extension in this tutorial, specifically to hide Vonage API keys on the dashboard. To start, create a new folder for your extension and populate it with a manifest.json file that contains required information such as name, description, version, author, and manifest_version. The manifest.json file also specifies content scripts that can make changes to the DOM and pass information to the extension. You will then create an index.js file to contain JavaScript code that blurs API keys on specific webpages. Finally, you will import the folder into Chrome and test the functionality of your extension.

Company
Vonage

Date published
Aug. 23, 2021

Author(s)
Amanda Cavallaro

Word count
882

Language
English

Hacker News points
None found.


By Matt Makai. 2021-2024.