Zoopdog

Vietnamese-English popup dictionary

Zoopdogとは何ですか?

Zoopdogはhttps://tabidots.github.io/zoopdogによって開発されたChromeの拡張機能で、その主な機能は「Vietnamese-English popup dictionary」です。

拡張機能のスクリーンショット

screenshot

Zoopdog拡張機能のCRXファイルをダウンロード

Zoopdog拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}