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.…

Τι είναι το Morphs.io chrome extension;

Το Morphs.io chrome extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον morphic-team, και η κύρια λειτουργία του είναι "Morphic was developed as a research tool to to help answer ecological questions as part of a study by Leighton et al 2016.…".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Morphs.io chrome extension

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

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

                        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.                    

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

Όνομα Morphs.io chrome extension Morphs.io chrome extension
ID fhigbmfhhlpkjbdamhjmfajhkfbkkgah
Επίσημο URL https://chromewebstore.google.com/detail/morphsio-chrome-extension/fhigbmfhhlpkjbdamhjmfajhkfbkkgah
Περιγραφή Morphic was developed as a research tool to to help answer ecological questions as part of a study by Leighton et al 2016.…
Μέγεθος Αρχείου 30.52 KB
Αριθμός Εγκαταστάσεων 200
Τρέχουσα Έκδοση 0.0.12
Τελευταία Ενημέρωση 2023-10-14
Ημερομηνία Δημοσίευσης 2017-04-30
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής morphic-team
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://morphs.io
Διεύθυνση URL της Σελίδας Βοήθειας https://morphs.io/#/instructions
URL της Σελίδας Πολιτικής Απορρήτου https://morphs.io
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}