Imagictポップアップ辞書-英和/英英辞典
マウスオーバーによるポップアップ辞書で英単語の意味を調べられます。英和辞典/英英辞典のどちらかを設定してご利用できます。Imagict (http://imagict.com/) 公式の拡張機能です。
What is Imagictポップアップ辞書-英和/英英辞典?
Imagictポップアップ辞書-英和/英英辞典 is a Chrome extension developed by http://imagict.com, and its main feature is "マウスオーバーによるポップアップ辞書で英単語の意味を調べられます。英和辞典/英英辞典のどちらかを設定してご利用できます。Imagict (http://imagict.com/) 公式の拡張機能です。".
Extension Screenshots
Download Imagictポップアップ辞書-英和/英英辞典 Extension CRX File
Download Imagictポップアップ辞書-英和/英英辞典 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ウェブページの英単語にマウスオーバーするだけで英単語の意味を調べられる、Imagict(http://imagict.com/)公式のポップアップ辞書です。英和辞典/英英辞典のいずれかを設定してご利用できます。 知らない英単語にマウスオーバーするだけで意味を確認でき、英文ページを楽に読み進めることができます。ローカルに辞書データを保有するので、いつでもサクサク辞書を引けます。50,000単語(5万単語)超を収録しており、日常で使用される英単語をほぼカバーでき、英語ページを読むのもこれで大丈夫です! ### 使い方 ### 1. Chrome ウェブストアから「Imagictポップアップ辞書」の拡張機能をインストールします。初回インストール時は、ローカルに辞書データを保存するので少し時間がかかります。数十秒〜数分ほどお待ち下さい。 2. ウェブページ上の英単語にマウスカーソルを合わせますと、ポップアップウィンドウで辞書が表示されます。英単語の意味と発音記号を確認できます。 3. ブラウザ右上部のImagictポップアップ辞書のアイコン(緑色の木)をクリックすると、ポップアップ辞書のON/OFF、使う辞書(英和/英英)、ポップアップのタイミング(すぐに/通常/遅め)を設定できます。 ### Imagict について ### 画像で覚える英語辞書 Imagict(http://imagict.com/)は、単語の意味を、文章説明に加え関連画像と共に調べられる無料の辞書サービスです。英和辞典・和英辞典・英英辞典をご利用できます。英単語を画像イメージで覚えることを目的とした辞書サービスです。 その他、調べた単語を復習に追加、暗記に効率的なスケジュールによる単語の復習、語彙力テストとその結果の保存、テスト結果推移の履歴を確認などのサービスを提供しています。このポップアップ辞書と共に、Imagict を英単語の学習にぜひご活用ください! ### アップデート情報 ### 2015/03/12 JST(version 0.1.2) ・Imagictポップアップ辞書(version 0.1.2)を公開しました。
Extension Basic Information
Name | |
ID | lcmpkmijgpngjcaceeoijfhdofngghoe |
Official URL | https://chrome.google.com/webstore/detail/imagict%E3%83%9D%E3%83%83%E3%83%97%E3%82%A2%E3%83%83%E3%83%97%E8%BE%9E%E6%9B%B8-%E8%8B%B1%E5%92%8C%E8%8B%B1%E8%8B%B1%E8%BE%9E%E5%85%B8/lcmpkmijgpngjcaceeoijfhdofngghoe |
Description | マウスオーバーによるポップアップ辞書で英単語の意味を調べられます。英和辞典/英英辞典のどちらかを設定してご利用できます。Imagict (http://imagict.com/) 公式の拡張機能です。 |
File Size | 4.7 MB |
Installation Count | 4,000 |
Current Version | 0.1.2 |
Last Updated | 2015-03-11 |
Publish Date | 2015-03-11 |
Rating | 3.83/5 Total 12 Ratings |
Developer | http://imagict.com |
Payment Type | free |
Extension Website | http://imagict.com/ |
Help Page URL | http://imagict.com/ja/extension |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extShort__", "description": "__MSG_extDescription__", "version": "0.1.2", "manifest_version": 2, "default_locale": "ja", "homepage_url": "http:\/\/imagict.com\/", "author": "Takafumi Yamano", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "images\/imagict-icon-128.png", "16": "images\/imagict-icon-16.png", "32": "images\/imagict-icon-32.png", "48": "images\/imagict-icon-48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tts" ], "background": { "persistent": true, "scripts": [ "vendor\/js\/underscore.js", "vendor\/js\/lemmatizer.js", "js\/analytics.js", "js\/default.js", "js\/background.js", "js\/lemmatizer.js", "js\/lookup.js", "js\/dictionary.js" ] }, "options_page": "html\/options.html", "browser_action": { "default_icon": "images\/imagict-icon.png", "default_popup": "html\/options.html", "default_title": "__MSG_extName__" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "http:\/\/imagict.com\/*", "https:\/\/imagict.com\/*", "http:\/\/localhost:3000\/*" ], "css": [ "css\/custom.css" ], "js": [ "vendor\/js\/jquery.js", "vendor\/js\/underscore.js", "js\/default.js", "js\/content_script.js", "js\/position.js" ], "all_frames": true, "run_at": "document_end" } ] } |