Wikipedia Lookup - Context Menu
Search Wikipedia from the context menu.
Wikipedia Lookup - Context Menuคืออะไร?
Wikipedia Lookup - Context Menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Damien Brunet และคุณลักษณะหลักของมันคือ "Search Wikipedia from the context menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wikipedia Lookup - Context Menu
ดาวน์โหลดไฟล์ส่วนขยาย Wikipedia Lookup - Context Menu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Select the word(s) you want to look up on Wikipedia, right-click and click the "Search Wikipedia for ..." item in the context menu. By default, Wikipedia Lookup auto-detects the language of the page and opens the corresponding version of Wikipedia. You can turn this feature off in the options. Open-source: https://github.com/djrekca/Wikipedia-Lookup---Context-Menu
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ehigjigpolmdglippjafhnpngmaeepkp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wikipedia-lookup-context/ehigjigpolmdglippjafhnpngmaeepkp |
คำอธิบาย | Search Wikipedia from the context menu. |
ขนาดไฟล์ | 17.92 KB |
จำนวนการติดตั้ง | 4,575 |
เวอร์ชันปัจจุบัน | 1.4.6 |
อัปเดตครั้งล่าสุด | 2021-06-08 |
วันที่เผยแพร่ | 2020-07-02 |
คะแนน | 3.97/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | Damien Brunet |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.4.6", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "notifications", "contextMenus", "storage" ], "minimum_chrome_version": "49", "manifest_version": 2 } |