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
公式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
Eメール [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"
    ]
}