FloriBunda

Unofficial extension for FloraBase providing interactive maps.

FloriBunda क्या है?

FloriBunda Chid Gilovitz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unofficial extension for FloraBase providing interactive maps."।

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

screenshot
screenshot

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

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

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

                        This extension adds some 'missing features' to the Western Australian Herbarium's FloraBase website, to assist botanists, researchers, and hobbyists to get the most out of this important resource. All you need to do to use it is install the extension and then visit a FloraBase species profile page.

FloriBunda removes the standard static map from FloraBase species profile pages and replaces it with an interactive map. Clicking on the map markers opens a popup containing information on the collector, the catalog number, and the date of collection.

FloriBunda uses data from the Atlas of Living Australia, which publishes an API giving access to data from museums, herbaria, and other institutions around Australia. The WA Herbarium is one of the institutions that provides data to the ALA, so it's possible to get the same data that populates the static map images on FloraBase, but render them in an interactive form.                    

एक्सटेंशन की मूल जानकारी

नाम FloriBunda FloriBunda
ID dpcgdlmipkepnomfgcodcalheoldafig
आधिकारिक URL https://chromewebstore.google.com/detail/floribunda/dpcgdlmipkepnomfgcodcalheoldafig
विवरण Unofficial extension for FloraBase providing interactive maps.
फ़ाइल का आकार 2.79 MB
स्थापना संख्या 27
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2021-03-01
प्रकाशन तिथि 2020-03-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Chid Gilovitz
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "FloriBunda",
    "name": "FloriBunda",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Unofficial extension for FloraBase providing interactive maps.",
    "icons": {
        "16": "images\/favicon-leaf.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "\/static\/js\/background.589ba6b43a3cbd928661.js",
            "\/static\/js\/options.589ba6b43a3cbd928661.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/florabase.dbca.wa.gov.au\/browse\/profile\/*",
                "*:\/\/florabase.dpaw.wa.gov.au\/browse\/profile\/*"
            ],
            "js": [
                "\/static\/js\/main.589ba6b43a3cbd928661.js"
            ],
            "css": [
                "static\/css\/leaflet.awesome-markers.css",
                "\/static\/css\/main.8ba8de79.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "static\/css\/*",
        "static\/js\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}