Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Spike to create a Google Chrome extension that just says hello world when clicking the extension icon

License

Notifications You must be signed in to change notification settings

freitas-labs/chrome-extension-hello-world-spike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrome-extension-hello-world-spike

This spike shows how to create and test locally an "Hello World" Google Chrome extension, serving as an introduction to extensions.

How does it work?

From my understanding, Chrome Extensions is a framework and your extension app is served/controlled using an manifest.json file, which describes how to load the extension. The schema of this file is described here: https://json.schemastore.org/chrome-manifest.json

How to test?

Click on extensions button > Manage Extensions > Load unpacked > Navigate to extensions directory > Select

result

About

Spike to create a Google Chrome extension that just says hello world when clicking the extension icon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published