Morphs.io chrome extension

Morphic was developed as a research tool to to help answer ecological questions as part of a study by Leighton et al 2016.…

Was ist Morphs.io chrome extension?

Morphs.io chrome extension ist eine Chrome-Erweiterung, die von morphic-team entwickelt wurde, und ihr Hauptmerkmal ist "Morphic was developed as a research tool to to help answer ecological questions as part of a study by Leighton et al 2016.…".

Erweiterungsscreenshots

screenshot
screenshot

Morphs.io chrome extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Morphs.io chrome extension-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

                        Morphic was developed as a research tool to to help answer ecological questions as part of a study by Leighton et al 2016.

https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/2041-210X.12562

Morphic is a tool that helps you analyse images it captures from Google Images.

The tool consists of two parts, a cloud based web application Morphic (accessible at morphs.io), and this Google Chrome extension.

The purpose of this chrome extension is to capture Google Image search results, and upload these search results to the Morphic web application.

Morphic is an open source project which is GPL v2.0 licensed. This means that you are free to use the source code as well as modify and redistribute it, as long as you also open source your own code.

The authors request that you contact us ([email protected]) if you wish to use Morphic in your own project so that we can discuss fair attribution and citation.                    

Grundlegende Informationen zur Erweiterung

Name Morphs.io chrome extension Morphs.io chrome extension
ID fhigbmfhhlpkjbdamhjmfajhkfbkkgah
Offizielle URL https://chromewebstore.google.com/detail/morphsio-chrome-extension/fhigbmfhhlpkjbdamhjmfajhkfbkkgah
Beschreibung Morphic was developed as a research tool to to help answer ecological questions as part of a study by Leighton et al 2016.…
Dateigröße 30.52 KB
Installationsanzahl 200
Aktuelle Version 0.0.12
Letztes Update 2023-10-14
Veröffentlichungsdatum 2017-04-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler morphic-team
Zahlungsart free
Erweiterungswebsite https://morphs.io
Hilfeseite URL https://morphs.io/#/instructions
URL der Datenschutzrichtlinien-Seite https://morphs.io
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Morphs.io chrome extension",
    "manifest_version": 3,
    "version": "0.0.12",
    "permissions": [
        "notifications"
    ],
    "background": {
        "service_worker": "background_script.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*morphic_id:*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}