NameSpotter
Make scientific names actionable.
Was ist NameSpotter?
NameSpotter ist eine Chrome-Erweiterung, die von David Shorthouse entwickelt wurde, und ihr Hauptmerkmal ist "Make scientific names actionable.".
Erweiterungsscreenshots
NameSpotter-Erweiterungs-CRX-Datei herunterladen
Laden Sie NameSpotter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Click the NameSpotter icon and scientific names are highlighted on the page with tooltips from the Encyclopedia of Life. A form is also produced where you can copy scientific names into your clipboard. If the current page is a publicly-accessible PDF, clicking the icon is limited to producing the form.
Shortcut key: Ctrl+Shift+S (Windows) or Command+Shift+S (Mac)
Services Used:
Global Names Recognition and Discovery, https://gnrd.globalnames.org
Encyclopedia of Life, http://eol.org/api Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pogmooobpbggadhlleijfpjgnpkjdnhn |
| Offizielle URL | https://chromewebstore.google.com/detail/namespotter/pogmooobpbggadhlleijfpjgnpkjdnhn |
| Beschreibung | Make scientific names actionable. |
| Dateigröße | 133 KB |
| Installationsanzahl | 83 |
| Aktuelle Version | 0.9.1 |
| Letztes Update | 2018-06-12 |
| Veröffentlichungsdatum | 2018-06-12 |
| Entwickler | David Shorthouse |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://gnrd.globalnames.org |
| Unterstützte Sprachen | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NameSpotter",
"version": "0.9.1",
"minimum_chrome_version": "18",
"manifest_version": 2,
"description": "__MSG_manifest_description__",
"background": {
"page": "background.html",
"persistent": false
},
"icons": {
"16": "images\/icon-19.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"browser_action": {
"default_title": "__MSG_manifest_title__",
"default_icon": "images\/icon-19.png"
},
"permissions": [
"tabs",
" | |