NameSpotter
Make scientific names actionable.
Vad är NameSpotter?
NameSpotter är en Chrome-tillägg utvecklad av David Shorthouse, och dess huvudfunktion är "Make scientific names actionable.".
Tilläggsskärmbilder
Ladda ner NameSpotter-förlängningens CRX-fil
Ladda ner NameSpotter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | pogmooobpbggadhlleijfpjgnpkjdnhn |
| Officiell webbadress | https://chromewebstore.google.com/detail/namespotter/pogmooobpbggadhlleijfpjgnpkjdnhn |
| Beskrivning | Make scientific names actionable. |
| Filstorlek | 133 KB |
| Antal Installationer | 83 |
| Aktuell Version | 0.9.1 |
| Senast Uppdaterad | 2018-06-12 |
| Publiceringsdatum | 2018-06-12 |
| Utvecklare | David Shorthouse |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://gnrd.globalnames.org |
| Stödda Språk | 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",
" | |