Dicc.io - Instant Dictionary

Double click on a word to view its translations in the pop up dictionary.

Dicc.io - Instant Dictionary란 무엇입니까?

Dicc.io - Instant Dictionary은(는) Besmart Andorra에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Double click on a word to view its translations in the pop up dictionary."입니다.

확장 프로그램 스크린샷

screenshot

Dicc.io - Instant Dictionary 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dicc.io busca en más de 500 diccionarios para encontrar la definición más correcta.                    

확장 프로그램 기본 정보

이름 Dicc.io - Instant Dictionary Dicc.io - Instant Dictionary
ID mkjelhimddbcbpinlcagdhcmkgamkejp
공식 URL https://chrome.google.com/webstore/detail/diccio-diccionario/mkjelhimddbcbpinlcagdhcmkgamkejp
설명 Double click on a word to view its translations in the pop up dictionary.
파일 크기 409 KB
설치 횟수 106
현재 버전 1.0
최근 업데이트 2016-05-15
출시 날짜 2016-05-15
평점 1.00/5 총 2 개의 평점
개발자 Besmart Andorra
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://dicc.io
도움말 페이지 URL http://dicc.io/tutorial/
지원되는 언어 de,en,fr,nl,tr,ca,es,it,el,ru,zh-CN,ja,ko
manifest.json
{
    "background": {
        "page": "pages\/background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "pages\/page_action.html",
        "default_title": "Click here to quickly view translations for selected word."
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/simple_retriever.css"
            ],
            "exclude_matches": [
                "*:\/\/*.dicc.io\/*"
            ],
            "js": [
                "js\/simple_retriever.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; media-src http:\/\/dicc.io",
    "default_locale": "es",
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/dicc.io\/",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "dicc.io",
    "omnibox": {
        "keyword": "define"
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs",
        "tts"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "pages\/options.html"
    ]
}