Bionomia

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

Bionomia क्या है?

Bionomia https://bionomia.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adjust GBIF occurrence and dataset pages to include material from Bionomia."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bionomia एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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