Māori Dictionary Search
Allows you to search for words in the Māori dictionary.
Vad är Māori Dictionary Search?
Māori Dictionary Search är en Chrome-tillägg utvecklad av geoffthemusical, och dess huvudfunktion är "Allows you to search for words in the Māori dictionary.".
Tilläggsskärmbilder
Ladda ner Māori Dictionary Search-förlängningens CRX-fil
Ladda ner Māori Dictionary Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | bbajjeneedhekphmobnolplfjbgaiijp |
| Officiell webbadress | https://chromewebstore.google.com/detail/m%C4%81ori-dictionary-search/bbajjeneedhekphmobnolplfjbgaiijp |
| Beskrivning | Allows you to search for words in the Māori dictionary. |
| Filstorlek | 4.01 KB |
| Antal Installationer | 2,027 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-03-30 |
| Publiceringsdatum | 2023-03-22 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | geoffthemusical |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |