Māori Dictionary Search
Allows you to search for words in the Māori dictionary.
什么是Māori Dictionary Search?
Māori Dictionary Search是由geoffthemusical开发的Chrome扩展程序,该扩展的主要功能是“Allows you to search for words in the Māori dictionary.”。
扩展截图
下载Māori Dictionary Search扩展crx文件
下载Māori Dictionary Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | bbajjeneedhekphmobnolplfjbgaiijp |
| 官方URL | https://chromewebstore.google.com/detail/m%C4%81ori-dictionary-search/bbajjeneedhekphmobnolplfjbgaiijp |
| 简介 | Allows you to search for words in the Māori dictionary. |
| 文件大小 | 4.01 KB |
| 安装次数 | 2,027 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-03-30 |
| 上架时间 | 2023-03-22 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | geoffthemusical |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |