Māori Dictionary Search
Allows you to search for words in the Māori dictionary.
What is Māori Dictionary Search?
Māori Dictionary Search is a Chrome extension developed by geoffthemusical, and its main feature is "Allows you to search for words in the Māori dictionary.".
Extension Screenshots
Download Māori Dictionary Search Extension CRX File
Download Māori Dictionary Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Māori Dictionary Search |
ID | bbajjeneedhekphmobnolplfjbgaiijp |
Official URL | https://chromewebstore.google.com/detail/m%C4%81ori-dictionary-search/bbajjeneedhekphmobnolplfjbgaiijp |
Description | Allows you to search for words in the Māori dictionary. |
File Size | 4.01 KB |
Installation Count | 2,027 |
Current Version | 1.0 |
Last Updated | 2023-03-30 |
Publish Date | 2023-03-22 |
Rating | 5.00/5 Total 5 Ratings |
Developer | geoffthemusical |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |