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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}