Whitaker's Words Helper

This extension uses the wonderful program, designed by William Whitaker, to easily get detailed and accurate Latin definitions.

Whitaker's Words Helperคืออะไร?

Whitaker's Words Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FullBlown และคุณลักษณะหลักของมันคือ "This extension uses the wonderful program, designed by William Whitaker, to easily get detailed and accurate Latin definitions."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whitaker's Words Helper

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

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

                        As a Latin student myself I was often frustrated with constantly switching tabs to look up Latin vocabulary and I'm sure I wasn't the only one irritated by this. Wouldn't it be so much better if there was a way to look up words without switching tabs? This extension uses the wonderful application designed by the late William Whitaker (through a website set up by University Notre Dame) to seamlessly bring you Latin definitions while you're working, without ever needing you to leave the page you're working on. Carpe diem!

How To Use: Using this extension is incredibly easy, all you have to is double click on a word and the definition will appear. If you want to look up many words at once you can either drag-highlight the words and then right click and select 'Get definitions' from the Whitaker's Words Helper menu, or double click and drag. If you want to see only definitions, without the possible parts of speech, check the definitions only option. The Whitaker's Words Helper right click menu also has a 'Get scansion' option that will scan the selected text for dactylic hexameter. Finally, if you want to disable the extension, click on the icon in the top left, next to the search bar and click the toggle to disable the extension.

The original Whitaker's Words site can be found at https://latin-words.com. Copyright © 1993-2007
The scansion is provided by The Latin Macronizer at www.alatius.com/macronizer/. Copyright 2015-2021 Johan Winge.                    

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

ชื่อ Whitaker's Words Helper Whitaker's Words Helper
ID mpjaoplmcdeknomnaphnfipccfbppidl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/whitakers-words-helper/mpjaoplmcdeknomnaphnfipccfbppidl
คำอธิบาย This extension uses the wonderful program, designed by William Whitaker, to easily get detailed and accurate Latin definitions.
ขนาดไฟล์ 36.01 KB
จำนวนการติดตั้ง 391
เวอร์ชันปัจจุบัน 2.1.1
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2019-09-01
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา FullBlown
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Whitaker's Words Helper",
    "short_name": "WWH",
    "version": "2.1.1",
    "description": "This extension uses the wonderful program, designed by William Whitaker, to easily get detailed and accurate Latin definitions.",
    "icons": {
        "16": "images\/wwh16.png",
        "32": "images\/wwh32.png",
        "48": "images\/wwh48.png",
        "128": "images\/wwh128.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "util\/util.js",
                "css\/content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    }
}