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.…
Cos'è Morphs.io chrome extension?
Morphs.io chrome extension è un'estensione di Chrome sviluppata da morphic-team, e la sua funzione principale è "Morphic was developed as a research tool to to help answer ecological questions as part of a study by Leighton et al 2016.…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Morphs.io chrome extension
Scarica i file di estensione Morphs.io chrome extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Morphs.io chrome extension |
ID | fhigbmfhhlpkjbdamhjmfajhkfbkkgah |
URL Ufficiale | https://chromewebstore.google.com/detail/morphsio-chrome-extension/fhigbmfhhlpkjbdamhjmfajhkfbkkgah |
Descrizione | Morphic was developed as a research tool to to help answer ecological questions as part of a study by Leighton et al 2016.… |
Dimensione del File | 30.52 KB |
Conteggio Installazioni | 200 |
Versione Corrente | 0.0.12 |
Ultimo Aggiornamento | 2023-10-14 |
Data di Pubblicazione | 2017-04-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | morphic-team |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://morphs.io |
URL della Pagina di Aiuto | https://morphs.io/#/instructions |
URL della Pagina della Politica sulla Privacy | https://morphs.io |
Lingue Supportate | 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" ] } ] } |