Māori Dictionary Search
Allows you to search for words in the Māori dictionary.
Was ist Māori Dictionary Search?
Māori Dictionary Search ist eine Chrome-Erweiterung, die von geoffthemusical entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to search for words in the Māori dictionary.".
Erweiterungsscreenshots
Māori Dictionary Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Māori Dictionary Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bbajjeneedhekphmobnolplfjbgaiijp |
| Offizielle URL | https://chromewebstore.google.com/detail/m%C4%81ori-dictionary-search/bbajjeneedhekphmobnolplfjbgaiijp |
| Beschreibung | Allows you to search for words in the Māori dictionary. |
| Dateigröße | 4.01 KB |
| Installationsanzahl | 2,027 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2023-03-30 |
| Veröffentlichungsdatum | 2023-03-22 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | geoffthemusical |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |