Quickly copy-paste GitHub, LinkedIn, and portfolio links for job applications using Quack.
To install the extension, visit the Chrome Web Store and click "Add to Chrome".
We welcome contributions from the community! Here are some guidelines to help you get started:
If you find a bug, please report it by opening an issue on the GitHub repository. Include as much detail as possible, such as steps to reproduce the bug, your operating system, and browser version.
If you have an idea for a new feature, please open an issue on the GitHub repository and describe your idea in detail. We appreciate all suggestions and feedback!
- Fork the repository: Click the "Fork" button at the top right corner of the repository page.
- Clone your fork:
git clone git@github.com:khanhdo05/quack.git cd quack - Create a new branch:
git checkout -b feature-or-bugfix-name
- Make your changes: Implement your feature or bug fix.
- Commit your changes:
git add . git commit -m "Description of your changes"
- Push to your fork:
git push origin feature-or-bugfix-name
- Create a pull request: Go to the original repository and click the "New pull request" button. Provide a detailed description of your changes.
Please follow these guidelines to maintain a consistent code style:
- Use 2 spaces for indentation.
- Use camelCase for variable and function names.
- Use descriptive names for variables and functions.
- Add comments to explain complex logic.
Before submitting your changes, make sure to test your code thoroughly. You can try out your local version by following these steps:
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click on "Load unpacked" and select the repository folder.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or need further assistance, feel free to open an issue on the GitHub repository.
Thank you for contributing to Quack!


