FibonacciMD

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

Cos'è FibonacciMD?

FibonacciMD è un'estensione di Chrome sviluppata da https://fibonaccimd.com, e la sua funzione principale è "Search our dictionary. Highlight relevant terms on sites you visit and hover and click to get their definitions.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FibonacciMD

Scarica i file di estensione FibonacciMD in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FibonacciMD FibonacciMD
ID iidmpdaoekklookgojbnipdnglocmnfo
URL Ufficiale https://chromewebstore.google.com/detail/fibonaccimd/iidmpdaoekklookgojbnipdnglocmnfo
Descrizione Search our dictionary. Highlight relevant terms on sites you visit and hover and click to get their definitions.
Dimensione del File 7.6 MB
Conteggio Installazioni 74
Versione Corrente 1.2
Ultimo Aggiornamento 2020-06-07
Data di Pubblicazione 2020-06-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://fibonaccimd.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.fibonaccimd.com/
URL della Pagina della Politica sulla Privacy https://www.fibonaccimd.com/privacy-policy
Lingue Supportate 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"
    ]
}