Quick Dictionary
シンプル画面の英和訳辞書
What is Quick Dictionary?
Quick Dictionary is a Chrome extension developed by hitoshi, and its main feature is "シンプル画面の英和訳辞書".
Extension Screenshots
Download Quick Dictionary Extension CRX File
Download Quick Dictionary 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
シンプル画面の英和訳辞書です。過去の検索履歴を閲覧可能であり、忘れてしまった単語の再検索も簡単です。 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.
Extension Basic Information
Name | Quick Dictionary |
ID | pbajfhmjeeodjppfhknebbnahggdgbgl |
Official URL | https://chromewebstore.google.com/detail/quick-dictionary/pbajfhmjeeodjppfhknebbnahggdgbgl |
Description | シンプル画面の英和訳辞書 |
File Size | 63.65 KB |
Installation Count | 87 |
Current Version | 0.8 |
Last Updated | 2017-12-09 |
Publish Date | 2017-12-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | hitoshi |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |