Māori Dictionary Search
Allows you to search for words in the Māori dictionary.
Wat is Māori Dictionary Search?
Māori Dictionary Search is een Chrome-extensie ontwikkeld door geoffthemusical, en de belangrijkste functie is "Allows you to search for words in the Māori dictionary.".
Extensie Screenshots
Download het CRX-bestand van de extensie Māori Dictionary Search
Download Māori Dictionary Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | bbajjeneedhekphmobnolplfjbgaiijp |
| Officiële URL | https://chromewebstore.google.com/detail/m%C4%81ori-dictionary-search/bbajjeneedhekphmobnolplfjbgaiijp |
| Beschrijving | Allows you to search for words in the Māori dictionary. |
| Bestandsgrootte | 4.01 KB |
| Aantal Installaties | 2,027 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-03-30 |
| Publicatiedatum | 2023-03-22 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | geoffthemusical |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |