connormaglynn / save-pinned-tabs-browser-plugin

This repository is managed in Terraform
1 stars 0 forks source link
browser-extension chrome-extension github-actions

📌 Save Pinned Tabs Browser Plugin 📌

ℹī¸ INFO - The Extension can be installed via the Chrome Web Store 🚀

image of plugin

🧑‍đŸ’ģ Installing Locally with Chrome

To install this extension locally on your Chrome browser, follow these simple steps:

📁 Folder Structure

.
├── README.md
└── readme # 👈 all assets for the readme 
└── src # 👈 root of the browser extension
    ├── assets # 👈 root of all static assets and pre-compiled libraries
    ├── manifest.json # 👈 plugin metadata and entry point for all plugin features
    └── popup.* # 👈 files related to the browser popup window when icon is pressed

📚 Resource For Building Browser Extensions

Some resources to help build browser extensions