FibonacciMD

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

ما هو FibonacciMD؟

FibonacciMD هو إضافة Chrome تم تطويرها بواسطة https://fibonaccimd.com، والميزة الرئيسية لها هي "Search our dictionary. Highlight relevant terms on sites you visit and hover and click to get their definitions.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FibonacciMD

قم بتنزيل ملفات الامتداد FibonacciMD بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم FibonacciMD FibonacciMD
ID iidmpdaoekklookgojbnipdnglocmnfo
عنوان URL الرسمي https://chromewebstore.google.com/detail/fibonaccimd/iidmpdaoekklookgojbnipdnglocmnfo
الوصف Search our dictionary. Highlight relevant terms on sites you visit and hover and click to get their definitions.
حجم الملف 7.6 MB
عدد التثبيتات 74
النسخة الحالية 1.2
آخر تحديث 2020-06-07
تاريخ النشر 2020-06-06
تقييم 5.00/5 مجموع تقييمات 1
المطور https://fibonaccimd.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.fibonaccimd.com/
عنوان صفحة سياسة الخصوصية https://www.fibonaccimd.com/privacy-policy
اللغات المدعومة 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"
    ]
}