FibonacciMD

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

什麼是FibonacciMD?

FibonacciMD是由https://fibonaccimd.com開發的Chrome擴展程式,該擴展的主要功能是“Search our dictionary. Highlight relevant terms on sites you visit and hover and click to get their definitions.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載FibonacciMD擴展crx文件

下載FibonacciMD擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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/
隱私政策頁面URL 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"
    ]
}