FibonacciMD

Search our dictionary. Highlight relevant terms on sites you visit and hover and click to get their definitions.

Wat is FibonacciMD?

FibonacciMD is een Chrome-extensie ontwikkeld door https://fibonaccimd.com, en de belangrijkste functie is "Search our dictionary. Highlight relevant terms on sites you visit and hover and click to get their definitions.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FibonacciMD

Download FibonacciMD-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        With our plugin you can search our dictionary, highlight relevant terminology on sites you visit and hover and click to get their definitions.

The information we provide enhances the page to improve clinicians understanding of the medical terminology and provide, in some cases, background information regarding the differential diagnosis and possible treatment alternatives.                    

Basisinformatie over de Extensie

Naam FibonacciMD FibonacciMD
ID iidmpdaoekklookgojbnipdnglocmnfo
Officiële URL https://chromewebstore.google.com/detail/fibonaccimd/iidmpdaoekklookgojbnipdnglocmnfo
Beschrijving Search our dictionary. Highlight relevant terms on sites you visit and hover and click to get their definitions.
Bestandsgrootte 7.6 MB
Aantal Installaties 74
Huidige Versie 1.2
Laatst Bijgewerkt 2020-06-07
Publicatiedatum 2020-06-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://fibonaccimd.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.fibonaccimd.com/
URL van de Privacybeleid Pagina https://www.fibonaccimd.com/privacy-policy
Ondersteunde Talen en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FibonacciMD",
    "short_name": "FibonacciMD",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Search our dictionary. Highlight relevant terms on sites you visit and hover and click to get their definitions.",
    "homepage_url": "https:\/\/www.fibonaccimd.com",
    "author": "Ironwood Medical Information Technologies",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_popup": "index.html#action",
        "default_title": "Home",
        "default_icon": "assets\/icons\/icon19.png"
    },
    "background": {
        "css": [],
        "scripts": [
            "polyfills\/browser-polyfill.js",
            "background.js",
            "runtime.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "polyfills\/browser-polyfill.js",
                "polyfills\/webcomponents-ce.js",
                "elements\/runtime.js",
                "elements\/main.js",
                "content.js",
                "runtime.js"
            ],
            "css": [
                "elements\/styles.css",
                "assets\/css\/content.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "activeTab"
    ]
}