Chrome Extension to save all the url(s) of the open tabs.
-
Clone the repo.
git clone https://github.com/shubhamrajput/GrabThem.git
-
Load the extension into Google Chrome as an Unpacked Extension:
- Navigate to (1a) chrome://extensions or (1b) select Menu > More Tools > Extensions.
- Enable the (2) developer mode at top right.
- Click (3) "Load Unpacked Extension".
- Navigate to the cloned folder.
For additional help, refer the official guide for Chrome.
- Follow installation instructions and install the extension.
- Work on the code.
- Use Reload (
Ctrl+R
) to reload the extension fromchrome://extensions
page. - Test the new changes.
Feel free to send a PR.
- Create an issue if there is one.
- Fork the repo.
- Create your feature branch (
git checkout -b your-feature
). - Add and commit your changes (
git commit -am 'message'
). - Push the branch (
git push origin your-feature
). - Create a new Pull Request.
Create an issue for all discussions, bugs, feature requests and pull requests.