The Species Autocomplete Extension helps users autocomplete genus and species names on webpages, preventing misspellings and inconsistencies by referencing a preloaded list. The list is updated from a CSV file, which must contain only one column with taxa names and no header.
This extension was created to ensure consistent OMERO tags for palynological taxonomy.
⚠ Currently, the extension ONLY supports Google Chrome and Chromium-based browsers like Microsoft Edge.
- Works on any text input or textarea on any webpage (optimized for OMERO tags).
- Displays suggestions as you type.
- Allows selecting a suggestion by clicking it.
- Suggestions remain visible as you scroll.
- Limits to 15 suggestions at a time for performance optimization.
- Persists the species list across browser sessions.
- Can be activated or deactivated with a button.
- Allows selecting the CSV file separator.
- Displays the number of species loaded (excluding duplicates).
- Prioritizes the last species selected by the user.
- Open Chrome and go to
chrome://extensions/. - Enable Developer mode (toggle in the top right corner).
- Click Load unpacked and select the
species-autocompletefolder. - The extension icon should now appear in your browser toolbar, indicating it is ready for use.
- Click the extension icon in your browser toolbar.
- Select the separator of your CSV file.
- Upload your species list (
.csvfile) with a single column of taxa names and no header. - The popup will display the number of species loaded and a preview of the parsed data.
- Toggle the Autocomplete feature:
- "Autocomplete Inactive" (red) → Click to activate.
- "Autocomplete Active" (green) → Click to deactivate.
- When active, the extension suggests species names based on the loaded data.
- Upload a new CSV file and reload the extension.
- Verify the updated species count in the popup.
⚠ Ensure the necessary permissions are enabled for the extension to function correctly on the target webpages.
- Privacy: The extension does not store or transmit any personal data (it runs locally).
- Icon Image: A confocal microscopy image of Grimsdalea magnaclavata (Pollen Geo).
- Permissions: Requires access to local storage and specific webpages to enable autocomplete functionality.
- v2.0
- David Caro
- 📧 decaroc@unal.edu.co