Quick Dictionary

シンプル画面の英和訳辞書

Quick Dictionary란 무엇입니까?

Quick Dictionary은(는) hitoshi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "シンプル画面の英和訳辞書"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quick Dictionary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        シンプル画面の英和訳辞書です。過去の検索履歴を閲覧可能であり、忘れてしまった単語の再検索も簡単です。

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 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
이메일 [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"
    }
}