Māori Dictionary Search

Allows you to search for words in the Māori dictionary.

Māori Dictionary Searchคืออะไร?

Māori Dictionary Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย geoffthemusical และคุณลักษณะหลักของมันคือ "Allows you to search for words in the Māori dictionary."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Māori Dictionary Search

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

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

                        This extension enables you to select a word in your browser, right-click to bring up a context menu, and search Te Aka (online Māori Dictionary) for that word in a new tab.                    

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

ชื่อ Māori Dictionary Search Māori Dictionary Search
ID bbajjeneedhekphmobnolplfjbgaiijp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/m%C4%81ori-dictionary-search/bbajjeneedhekphmobnolplfjbgaiijp
คำอธิบาย Allows you to search for words in the Māori dictionary.
ขนาดไฟล์ 4.01 KB
จำนวนการติดตั้ง 2,027
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-03-30
วันที่เผยแพร่ 2023-03-22
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา geoffthemusical
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "M\u0101ori Dictionary Search",
    "version": "1.0",
    "description": "Allows you to search for words in the M\u0101ori dictionary.",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "favicon-16x16.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}