Māori Dictionary Search

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

Cos'è Māori Dictionary Search?

Māori Dictionary Search è un'estensione di Chrome sviluppata da geoffthemusical, e la sua funzione principale è "Allows you to search for words in the Māori dictionary.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Māori Dictionary Search

Scarica i file di estensione Māori Dictionary Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Māori Dictionary Search Māori Dictionary Search
ID bbajjeneedhekphmobnolplfjbgaiijp
URL Ufficiale https://chromewebstore.google.com/detail/m%C4%81ori-dictionary-search/bbajjeneedhekphmobnolplfjbgaiijp
Descrizione Allows you to search for words in the Māori dictionary.
Dimensione del File 4.01 KB
Conteggio Installazioni 2,027
Versione Corrente 1.0
Ultimo Aggiornamento 2023-03-30
Data di Pubblicazione 2023-03-22
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore geoffthemusical
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}