Bionomia

Adjust GBIF occurrence and dataset pages to include material from Bionomia.

Bionomiaคืออะไร?

Bionomia เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bionomia.net และคุณลักษณะหลักของมันคือ "Adjust GBIF occurrence and dataset pages to include material from Bionomia."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bionomia

ดาวน์โหลดไฟล์ส่วนขยาย Bionomia ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Modify Global Biodiversity Information Facility (GBIF) occurrence pages to show names of identifier(s) and collector(s) along with link(s) to their ORCID or Wikidata account(s) and links to publications where the specimen data have been used.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bionomia Bionomia
ID aodffghldlgnmhbeflkmokghpncnldcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bionomia/aodffghldlgnmhbeflkmokghpncnldcn
คำอธิบาย Adjust GBIF occurrence and dataset pages to include material from Bionomia.
ขนาดไฟล์ 64.64 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 2.3.0
อัปเดตครั้งล่าสุด 2023-05-20
วันที่เผยแพร่ 2020-06-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://bionomia.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bionomia.net
URL หน้าช่วยเหลือ https://github.com/bionomia/bionomia-chrome/issues
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionomia",
    "version": "2.3.0",
    "description": "Adjust GBIF occurrence and dataset pages to include material from Bionomia.",
    "minimum_chrome_version": "89",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "action": {
        "default_title": "Bionomia",
        "default_icon": "images\/icon-16.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/*.gbif.org\/occurrence\/*",
        "https:\/\/*.gbif.org\/*\/occurrence\/*",
        "https:\/\/*.gbif.org\/dataset\/*",
        "https:\/\/*.gbif.org\/*\/dataset\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.gbif.org\/occurrence\/*",
                "https:\/\/*.gbif.org\/*\/occurrence\/*",
                "https:\/\/*.gbif.org\/dataset\/*",
                "https:\/\/*.gbif.org\/*\/dataset\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/svg-inject.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "js\/*",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}