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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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"
    ]
}