Māori Dictionary Search
Allows you to search for words in the Māori dictionary.
Hvad er Māori Dictionary Search?
Māori Dictionary Search er en Chrome-udvidelse udviklet af geoffthemusical, og dens hovedfunktion er "Allows you to search for words in the Māori dictionary.".
Udvidelsesskærmbilleder
Download Māori Dictionary Search-udvidelses-CRX-fil
Download Māori Dictionary Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bbajjeneedhekphmobnolplfjbgaiijp |
| Officiel URL | https://chromewebstore.google.com/detail/m%C4%81ori-dictionary-search/bbajjeneedhekphmobnolplfjbgaiijp |
| Beskrivelse | Allows you to search for words in the Māori dictionary. |
| Filstørrelse | 4.01 KB |
| Antal Installationer | 2,027 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2023-03-30 |
| Udgivelsesdato | 2023-03-22 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | geoffthemusical |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |