Oxford Advanced Learner's Dictionary
Looks up online Oxford Advanced Learner's Dictionary for the selected text
Oxford Advanced Learner's Dictionaryとは何ですか?
Oxford Advanced Learner's DictionaryはQuy Nguyenによって開発されたChromeの拡張機能で、その主な機能は「Looks up online Oxford Advanced Learner's Dictionary for the selected text」です。
拡張機能のスクリーンショット
Oxford Advanced Learner's Dictionary拡張機能のCRXファイルをダウンロード
Oxford Advanced Learner's Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Right click any word and look up the definition from Oxford Advanced Learner's Dictionary by selecting Oxford Dictionary from context menu
拡張機能の基本情報
名前 | Oxford Advanced Learner's Dictionary |
ID | jbfnadandganeodogcmcigfmmpkamhif |
公式URL | https://chromewebstore.google.com/detail/oxford-advanced-learners/jbfnadandganeodogcmcigfmmpkamhif |
説明 | Looks up online Oxford Advanced Learner's Dictionary for the selected text |
ファイルサイズ | 99.81 KB |
インストール数 | 10,000 |
現在のバージョン | 1.0 |
最終更新日 | 2018-01-01 |
公開日 | 2017-12-31 |
評価 | 4.58/5 合計 59 レビュー |
開発者 | Quy Nguyen |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oxford Advanced Learner's Dictionary", "version": "1.0", "manifest_version": 2, "description": "Looks up online Oxford Advanced Learner's Dictionary for the selected text", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "oxford.js" ] }, "permissions": [ "activeTab", "contextMenus" ], "author": [ { "name": "Quy Nguyen", "email": "[email protected]" } ] } |