Links of my social accounts in a chrome extension
  • CSS 83.2%
  • HTML 16.3%
  • JavaScript 0.5%
Find a file
2022-07-10 20:03:30 +05:00
manifest.json Created a chrome extension for my social links 2022-07-10 19:56:20 +05:00
popup.css Created a chrome extension for my social links 2022-07-10 19:56:20 +05:00
popup.html Created a chrome extension for my social links 2022-07-10 19:56:20 +05:00
popup.js Created a chrome extension for my social links 2022-07-10 19:56:20 +05:00
README.md Added README 2022-07-10 20:03:30 +05:00

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