DEV Community

Discussion on: Build Your First Chrome Extension

Collapse
 
mrmahajan11 profile image
mrmahajan11

Can you please provide github repo?

Collapse
 
ganeshjaiwal profile image
Ganesh Jaiwal

Helo mrmahajan,
Here is the repo link:-
github.com/ganeshjaiwal/Chrome-ext...

Thank-you for checking out the article 😁
All the best 👍

Collapse
 
mrmahajan11 profile image
mrmahajan11

Thanks for sharing, i know how to build extention but dont know how to inject content on web page as Ghostery and Grammarly extention

Thread Thread
 
ganeshjaiwal profile image
Ganesh Jaiwal

There are different ways to inject the file into the dom,
But you can use the simplest way that is injecting script using manifest.json file.