Skip to content

A curated set of simple Chrome extensions demonstrating focused utility tools—ideal for learning and customizing.

License

Notifications You must be signed in to change notification settings

vikrantchaudharyy/chrome-extensions

Repository files navigation

chrome-extensions

A curated set of simple Chrome extensions demonstrating focused utility tools—ideal for learning and customizing.

Here's a simple Chrome extension:

🧱 Project Structure

my-simple-extension/
├── manifest.json 
├── background.js
├── icon.png
└── README.md

🧪 How to Load the Extension in Chrome

  • Open Chrome and go to chrome://extensions/.
  • Enable Developer Mode (top-right corner).
  • Click Load unpacked and select your my-simple-extension/ folder.
  • Click the extension icon.

certificate-breaker-chrome-extension

  • converts PEM formatted certificate with newline to \n and vice versa
  • image

certificate-inspector-chrome-extension

  • Parse PEM formatted x509 certificate
  • Takes certificate chain as input
  • Certificate can be separated with newline or \n
  • image

clipboard-chrome-extension

  • Offers a simple UI to copy and retain text in the clipboard. Quick and convenient for repetitive copying needs.
  • image

About

A curated set of simple Chrome extensions demonstrating focused utility tools—ideal for learning and customizing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published