Ludwig Dictionary
Find your sentence and clarify your doubts in English
Ludwig Dictionaryとは何ですか?
Ludwig DictionaryはQuy Nguyenによって開発されたChromeの拡張機能で、その主な機能は「Find your sentence and clarify your doubts in English」です。
拡張機能のスクリーンショット
Ludwig Dictionary拡張機能のCRXファイルをダウンロード
Ludwig Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Clarify your doubts in English - Get translation in context - Compare your sentences - Learn and get inspires
拡張機能の基本情報
名前 | Ludwig Dictionary |
ID | opejkjehcoahdkeemeamadblglgabknf |
公式URL | https://chromewebstore.google.com/detail/ludwig-dictionary/opejkjehcoahdkeemeamadblglgabknf |
説明 | Find your sentence and clarify your doubts in English |
ファイルサイズ | 4.03 KB |
インストール数 | 974 |
現在のバージョン | 1.0 |
最終更新日 | 2018-01-11 |
公開日 | 2018-01-11 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Quy Nguyen |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ludwig Dictionary", "version": "1.0", "manifest_version": 2, "description": "Find your sentence and clarify your doubts in English", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "ludwig.js" ] }, "permissions": [ "activeTab", "contextMenus" ], "author": [ { "name": "Quy Nguyen", "email": "[email protected]" } ] } |