Links of my social accounts in a chrome extension
- CSS 83.2%
- HTML 16.3%
- JavaScript 0.5%
| manifest.json | ||
| popup.css | ||
| popup.html | ||
| popup.js | ||
| README.md | ||
Raahim's Socials Chrome Extension
Purpose of the extension? The purpose is to learn how to make a basic chrome extension; Made with the help of Traversy Media's tutorial
This is the directory structure
.
├── images
├── manifest.json
├── popup.css
├── popup.html
├── popup.js
└── README.md
1 directory, 5 files
- images: contains all images
- manigest.json: essentially the config file of your extension
- popup.css: main css file
- popup.html: main html file
- popup.js: main js file
- README.md: this file that you're currently reading