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