Wiki-Definition

Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon…

Wiki-Definitionคืออะไร?

Wiki-Definition เป็นส่วนขยายของ Chrome ที่พัฒนาโดย webpromod และคุณลักษณะหลักของมันคือ "Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wiki-Definition

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

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

                        Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon popup.

How to use
1) Clicking on the Wikipedia globe icon will toggle between activating and deactivating the extension. (If red marker on the globe, the extension is deactivated; click on it to activate.) 
2) You can select word or phrase to get definition.
3) Then, hover over selected text to get the definition.
4) If the definition is not updated keep hover over the selected text.
5) Clicking on (...more) yellow text on balloon popup will lead to relevant Wikipedia page.

Happy browsing!!😎😎                    

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

ชื่อ Wiki-Definition Wiki-Definition
ID aajpceienambodklllohnboagldmagdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wiki-definition/aajpceienambodklllohnboagldmagdc
คำอธิบาย Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon…
ขนาดไฟล์ 71.54 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2019-09-01
วันที่เผยแพร่ 2019-08-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา webpromod
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki-Definition",
    "version": "0.1",
    "permissions": [
        "https:\/\/en.wikipedia.org\/w\/api.php\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ],
            "css": [
                "popup.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "wiki2.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}