This Chrome extension adds a convenient button to iNaturalist observation pages, allowing users to seamlessly upload open-license photos to Wikimedia Commons. The extension identifies observation pages and places a button next to the species name. Clicking this button redirects the user to the iNat2Wiki tool for easy parsing and uploading.
- Adds a "Add it to Wikimedia Commons!" button to iNaturalist observation pages.
- Seamless redirection to the iNat2Wiki toolforge page for easy image uploading.
NEWS: The add-on is available on the Chrome Extension store!
For the dev version:
- Clone the Repository: Clone this repository to your local machine.
- Load the Extension in Chrome:
- Open Chrome and go to
chrome://extensions/
. - Enable "Developer mode" at the top right.
- Click "Load unpacked" and select the directory of the cloned repository.
- Open Chrome and go to
Navigate to any observation page on iNaturalist. You will see a blue button with white text labeled "Add it to Wikimedia Commons!" next to the species name. Clicking this button will open the iNat2Wiki tool in a new tab, pre-filled with the relevant information from the observation page.
Contributions to this project are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
Feel free to adjust the README to better match your project's requirements or personal preferences. For example, you might want to add a section on how to report issues or request features.