FibonacciMD

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

Qu'est-ce que FibonacciMD ?

FibonacciMD est une extension Chrome développée par https://fibonaccimd.com, et sa fonction principale est "Search our dictionary. Highlight relevant terms on sites you visit and hover and click to get their definitions.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FibonacciMD

Téléchargez les fichiers d'extension FibonacciMD au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FibonacciMD FibonacciMD
ID iidmpdaoekklookgojbnipdnglocmnfo
URL Officiel https://chromewebstore.google.com/detail/fibonaccimd/iidmpdaoekklookgojbnipdnglocmnfo
Description Search our dictionary. Highlight relevant terms on sites you visit and hover and click to get their definitions.
Taille du Fichier 7.6 MB
Nombre d'Installations 74
Version Actuelle 1.2
Dernière Mise à Jour 2020-06-07
Date de Publication 2020-06-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://fibonaccimd.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.fibonaccimd.com/
URL de la Page de Politique de Confidentialité https://www.fibonaccimd.com/privacy-policy
Langues Prises en Charge 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"
    ]
}