Quick Dictionary
シンプル画面の英和訳辞書
Quick Dictionaryとは何ですか?
Quick Dictionaryはhitoshiによって開発されたChromeの拡張機能で、その主な機能は「シンプル画面の英和訳辞書」です。
拡張機能のスクリーンショット
Quick Dictionary拡張機能のCRXファイルをダウンロード
Quick Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
シンプル画面の英和訳辞書です。過去の検索履歴を閲覧可能であり、忘れてしまった単語の再検索も簡単です。 This plugin enables users to quickly translate English<->Japanese word with simple user interface. Because it remembers the past search history, user can easily search forgotten words again.
拡張機能の基本情報
名前 | Quick Dictionary |
ID | pbajfhmjeeodjppfhknebbnahggdgbgl |
公式URL | https://chromewebstore.google.com/detail/quick-dictionary/pbajfhmjeeodjppfhknebbnahggdgbgl |
説明 | シンプル画面の英和訳辞書 |
ファイルサイズ | 63.65 KB |
インストール数 | 87 |
現在のバージョン | 0.8 |
最終更新日 | 2017-12-09 |
公開日 | 2017-12-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | hitoshi |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Dictionary", "version": "0.8", "manifest_version": 2, "description": "\u30b7\u30f3\u30d7\u30eb\u753b\u9762\u306e\u82f1\u548c\u8a33\u8f9e\u66f8", "icons": { "128": "images\/icon.png" }, "permissions": [ "https:\/\/eow.alc.co.jp\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Quick Dictionary" } } |