Skip to content

Quickly access your live ports with no hassle.

Notifications You must be signed in to change notification settings

calmhand/portgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PortGo

PortGo is a lightweight browser extension that helps developers organize and manage their port numbers efficiently. By saving port numbers and allowing quick access to live ports, PortGo aims to free up your bookmark space and streamline your development process. Built with pure HTML, JavaScript, and styled using Tailwind CSS, PortGo is easy to use and integrates seamlessly with your browser.

Features

  • Save and organize port numbers
  • Quick access to live ports
  • Minimalistic and intuitive user interface
  • Built with pure HTML, JavaScript, and Tailwind CSS

Installation

  1. Clone the repository:
git clone https://github.com/calmhand/PortGo.git
  1. Open your browser and navigate to the Extensions page.
  • In Chrome, go to chrome://extensions/
  • In Firefox, go to about:addons
  1. Enable "Developer mode" (in Chrome) or "Debug mode" (in Firefox).

  2. Click on "Load unpacked" and select the PortGo directory you cloned earlier.

Usage

  1. Open the PortGo extension by clicking on the icon in your browser toolbar.
  2. Add a new port by entering the port number and a description.
  3. Click "Save" to store the port.
  4. Access your saved ports quickly from the extension popup.

Contributing

Contributions are welcome! If you have ideas for new features or improvements, please open an issue or submit a pull request.

1. Fork the repository
  1. Create a new branch (git checkout -b feature/YourFeature) 3. Commit your changes (git commit -m 'Add YourFeature')
  2. Push to the branch (git push origin feature/YourFeature) 5. Open a pull request

Acknowledgements

- [Tailwind CSS](https://tailwindcss.com/)
- [Browser Extension Documentation](https://developer.chrome.com/docs/extensions/mv3/getstarted/)

---

Feel free to reach out if you have any questions or need further assistance!