Instant Dictionary by GoodWordGuide.com

Dictionary Bubble (Instant Dictionary): quickly lookup word definitions with audio pronunciation as you browse the web.

Instant Dictionary by GoodWordGuide.comคืออะไร?

Instant Dictionary by GoodWordGuide.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://goodwordguide.com และคุณลักษณะหลักของมันคือ "Dictionary Bubble (Instant Dictionary): quickly lookup word definitions with audio pronunciation as you browse the web."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant Dictionary by GoodWordGuide.com

ดาวน์โหลดไฟล์ส่วนขยาย Instant Dictionary by GoodWordGuide.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Dictionary Bubble / Instant Dictionary

NOTE: Currently only English Dictionary and English Wikipedia are supported.

With this extension, you can:

1)  Double-click any word to view its instant definition in a small pop-up bubble.
2)  Lookup the complete definition of words or phrases using the toolbar dictionary.
3)  Perform lookup for detailed definitions in online dictionary.
4)  One click access to Google search if the word/phrase is not found in dictionary.
5)  More advanced than Google Dictionary.
6)  Works with Google Docs and Microsoft Office 365

IMPORTANT: The bubble will not work in tabs that were open prior to installation; such tabs must be refreshed. Also, note that all extensions are disabled on Chrome Web Store pages (including this page).

Join us:
Twitter - twitter.com/GoodWordGuide
Facebook - facebook.com/goodwordguide
Google+ - https://plus.google.com/+Goodwordguide

By: GoodWordGuide.com
       GWGDictionary.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Instant Dictionary by GoodWordGuide.com Instant Dictionary by GoodWordGuide.com
ID mfembjnmeainjncdflaoclcjadfhpoim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instant-dictionary-by-goo/mfembjnmeainjncdflaoclcjadfhpoim
คำอธิบาย Dictionary Bubble (Instant Dictionary): quickly lookup word definitions with audio pronunciation as you browse the web.
ขนาดไฟล์ 205 KB
จำนวนการติดตั้ง 103,961
เวอร์ชันปัจจุบัน 15.7
อัปเดตครั้งล่าสุด 2024-02-08
วันที่เผยแพร่ 2020-03-27
คะแนน 4.25/5 รวมทั้งหมด 446 คะแนน
ผู้พัฒนา https://goodwordguide.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.goodwordguide.com
URL หน้านโยบายความเป็นส่วนตัว https://www.goodwordguide.com/privacy
ภาษาที่รองรับ en,vi,es,ru,hi,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Dictionary Bubble",
    "version": "15.7",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/www.goodwordguide.com",
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": true
    },
    "omnibox": {
        "keyword": "dictionary"
    },
    "browser_action": {
        "default_title": "Click here to quickly view word definitions for selected word.",
        "default_popup": "pages\/page-action.html",
        "default_icon": "images\/gwgd-logo.png"
    },
    "icons": {
        "48": "images\/gwgd-logo.png",
        "128": "images\/gwgd-logo.png"
    },
    "background": {
        "scripts": [
            "js\/dexie.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/vue.js",
                "js\/content-script.js"
            ],
            "run_at": "document_end",
            "exclude_matches": [
                "*:\/\/*.goodwordguide.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "css\/w-app.css",
        "js_src\/vue.js",
        "pages\/options.html"
    ],
    "permissions": [
        "activeTab",
        "alarms",
        "contextMenus",
        "storage"
    ]
}