Naver Dictionary
Simple Korean-English dictionary
Naver Dictionaryとは何ですか?
Naver Dictionaryはhttps://smoon.meによって開発されたChromeの拡張機能で、その主な機能は「Simple Korean-English dictionary」です。
拡張機能のスクリーンショット
Naver Dictionary拡張機能のCRXファイルをダウンロード
Naver Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A fast and lightweight Korean-English Dictionary. 拡張機能の基本情報
| 名前 | |
| ID | iebgplehjilbpnjpgoppolpicfledbme |
| 公式URL | https://chromewebstore.google.com/detail/naver-dictionary/iebgplehjilbpnjpgoppolpicfledbme |
| 説明 | Simple Korean-English dictionary |
| ファイルサイズ | 30.19 KB |
| インストール数 | 454 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2023-11-02 |
| 公開日 | 2018-08-24 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://smoon.me |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"description": "Simple Korean-English dictionary",
"name": "Naver Dictionary",
"version": "1.0.1",
"action": {
"default_popup": "index.html",
"default_icon": "icon128.png"
},
"host_permissions": [
"https:\/\/*.naver.com\/"
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"author": "[email protected]"
} | |