NameSpotter

Make scientific names actionable.

Τι είναι το NameSpotter;

Το NameSpotter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον David Shorthouse, και η κύρια λειτουργία του είναι "Make scientific names actionable.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης NameSpotter

Λήψη αρχείων επέκτασης NameSpotter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NameSpotter NameSpotter
ID pogmooobpbggadhlleijfpjgnpkjdnhn
Επίσημο URL https://chromewebstore.google.com/detail/namespotter/pogmooobpbggadhlleijfpjgnpkjdnhn
Περιγραφή Make scientific names actionable.
Μέγεθος Αρχείου 133 KB
Αριθμός Εγκαταστάσεων 83
Τρέχουσα Έκδοση 0.9.1
Τελευταία Ενημέρωση 2018-06-12
Ημερομηνία Δημοσίευσης 2018-06-12
Προγραμματιστής David Shorthouse
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gnrd.globalnames.org
Υποστηριζόμενες Γλώσσες 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",
        "",
        "background",
        "clipboardWrite"
    ],
    "offline_enabled": false,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css",
                "css\/tooltipster.css",
                "css\/tooltipster-shadow.css"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/jquery.highlight.min.js",
                "js\/jquery.resizer.min.js",
                "js\/jquery.tooltipster.min.js",
                "js\/content.js"
            ]
        }
    ],
    "commands": {
        "ns_execute": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Execute NameSpotter"
        }
    },
    "web_accessible_resources": [
        "toolbox.html",
        "images\/accept.png",
        "images\/ajax-loader.gif",
        "images\/bullet_arrow_down.png",
        "images\/bullet_arrow_up.png",
        "images\/bullet_green.png",
        "images\/bullet_green_hover.png",
        "images\/bullet_red.png",
        "images\/bullet_red_hover.png",
        "images\/bullet_yellow.png",
        "images\/bullet_yellow_hover.png",
        "images\/cancel.png",
        "images\/cog.png",
        "images\/disk.png",
        "images\/eol.png",
        "images\/error.png",
        "images\/grippie.png",
        "images\/icon-128.png",
        "images\/icon-19-1.png",
        "images\/icon-19-2.png",
        "images\/icon-19-3.png",
        "images\/icon-19-gray.png",
        "images\/icon-19.png",
        "images\/icon-48.png",
        "images\/page_white_paste.png",
        "images\/tick.png",
        "js\/jquery-1.11.1.min.js",
        "js\/js\/jquery.highlight.min.js",
        "js\/jquery.resizer.min.js",
        "js\/jquery.tooltipster.min.js",
        "js\/content.js"
    ]
}