Zoopdog

Vietnamese-English popup dictionary

Zoopdog란 무엇입니까?

Zoopdog은(는) https://tabidots.github.io/zoopdog에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vietnamese-English popup dictionary"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is a popup dictionary for learners of Vietnamese, similar to Rikaichan for Japanese. Simply hover over words in a fragment of Vietnamese text to see definitions and pronunciations in your choice of 3 dialects!                    

확장 프로그램 기본 정보

이름 Zoopdog Zoopdog
ID dpdbckfclpbpaklnobmmhjbpghcilbki
공식 URL https://chromewebstore.google.com/detail/zoopdog/dpdbckfclpbpaklnobmmhjbpghcilbki
설명 Vietnamese-English popup dictionary
파일 크기 7.16 MB
설치 횟수 202
현재 버전 2.1
최근 업데이트 2018-04-24
출시 날짜 2018-04-24
평점 4.78/5 총 9 개의 평점
개발자 https://tabidots.github.io/zoopdog
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tabidots.github.io/zoopdog/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zoopdog",
    "version": "2.1",
    "author": "Justin Douglas",
    "description": "Vietnamese-English popup dictionary",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon96.png",
        "128": "icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/dexie.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*\/zoopdog\/*"
            ],
            "js": [
                "js\/lib\/handlebars.min.js",
                "js\/content.js",
                "js\/showframe.js",
                "js\/highlighter.js"
            ],
            "css": [
                "css\/zoopdog.css"
            ],
            "run_at": "document_start"
        }
    ],
    "sandbox": {
        "pages": [
            "frame.html"
        ]
    },
    "web_accessible_resources": [
        "js\/vnedict.json",
        "frame.html",
        "css\/fonts\/*"
    ],
    "browser_action": {
        "default_icon": {
            "38": "icon\/icon76.png",
            "19": "icon\/icon19.png"
        },
        "default_popup": "popup.html",
        "default_title": "Zoopdog"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ]
}