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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}