WIKI

Get the definition of the highlighted english term from Wikipedia.

WIKIคืออะไร?

WIKI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย totoro2345678 และคุณลักษณะหลักของมันคือ "Get the definition of the highlighted english term from Wikipedia."

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

screenshot
screenshot
screenshot

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

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

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

                        論文快速查詢神器

按右鍵即可向維基查詢所選取的專有名詞,出現的結果是維基資料「統整」過後的結果

有英文和中文版,中文版是英文版透過Google Translate 翻譯來的。

如果查詢不到的話,最後會有連結導回Google Search

目前只支援「英文字」的選取 ! !

問題回報:
Email - [email protected]

KEYWORD QUERY
Right-click and get the definition of the highlighted term from Wikipedia.

There are versions,English and Chinese versions. The Chinese version is translated from English version through Google Translate.

If the keyword can not found in wikipedia , there will a button can back to Google Search.

icon: https://www.flaticon.com/free-icon/wikipedia_837799?term=wikipedia&page=1&position=8

Problem Report:
Email - [email protected]                    

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

ชื่อ WIKI WIKI
ID ofjgjgepefpbgedmbgahggbiohdpolcb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wiki/ofjgjgepefpbgedmbgahggbiohdpolcb
คำอธิบาย Get the definition of the highlighted english term from Wikipedia.
ขนาดไฟล์ 255 KB
จำนวนการติดตั้ง 456
เวอร์ชันปัจจุบัน 1.06.1
อัปเดตครั้งล่าสุด 2020-04-19
วันที่เผยแพร่ 2020-04-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา totoro2345678
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WIKI",
    "description": "Get the definition of the highlighted english term from Wikipedia.",
    "version": "1.06.1",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/en.wikipedia.org\/*"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com  https:\/\/translate.googleapis.com https:\/\/en.wikipedia.org; object-src 'self';"
}