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是由morphic-team開發的Chrome擴展程式,該擴展的主要功能是“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

下載Morphs.io chrome extension擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}