FibonacciMD

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

Vad är FibonacciMD?

FibonacciMD är en Chrome-tillägg utvecklad av https://fibonaccimd.com, och dess huvudfunktion är "Search our dictionary. Highlight relevant terms on sites you visit and hover and click to get their definitions.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner FibonacciMD-förlängningens CRX-fil

Ladda ner FibonacciMD-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn FibonacciMD FibonacciMD
ID iidmpdaoekklookgojbnipdnglocmnfo
Officiell webbadress https://chromewebstore.google.com/detail/fibonaccimd/iidmpdaoekklookgojbnipdnglocmnfo
Beskrivning Search our dictionary. Highlight relevant terms on sites you visit and hover and click to get their definitions.
Filstorlek 7.6 MB
Antal Installationer 74
Aktuell Version 1.2
Senast Uppdaterad 2020-06-07
Publiceringsdatum 2020-06-06
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://fibonaccimd.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.fibonaccimd.com/
URL till Sekretesspolicy Sidan https://www.fibonaccimd.com/privacy-policy
Stödda Språk 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"
    ]
}