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.
拡張機能の基本情報
名前 | Māori Dictionary Search |
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 |
Eメール | [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" } } |