Skip to content

connormaglynn/save-pinned-tabs-browser-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

📌 Save Pinned Tabs Browser Plugin 📌

ℹ️ INFO - This project is currently a WIP and is not deployed live. Please install manually if you would like to use it.

image of plugin

🧑‍💻 Installing Locally with Chrome

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

  • 💾 Clone the repository
  • 🔌 Open Chrome and go to chrome://extensions/
  • 👾 Enable Developer Mode by toggling the switch in the top right corner
  • 📦 Click on Load Unpacked and select the ./src/ directory inside this repository
  • 🥳 Voila! The extension is now installed locally on your Chrome browser
  • 👀 You should now see the MoJ icon when you click jigsaw dropdown near the top right of your browser
  • 📌 Make sure to pin the icon for easy access!

📁 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