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.                     扩展基本信息
| 名称 |   |  
| 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 | 
| 电子邮箱 | [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"
    }
}  |  |