Zoopdog

Vietnamese-English popup dictionary

Qu'est-ce que Zoopdog ?

Zoopdog est une extension Chrome développée par https://tabidots.github.io/zoopdog, et sa fonction principale est "Vietnamese-English popup dictionary".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Zoopdog

Téléchargez les fichiers d'extension Zoopdog au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Zoopdog Zoopdog
ID dpdbckfclpbpaklnobmmhjbpghcilbki
URL Officiel https://chromewebstore.google.com/detail/zoopdog/dpdbckfclpbpaklnobmmhjbpghcilbki
Description Vietnamese-English popup dictionary
Taille du Fichier 7.16 MB
Nombre d'Installations 202
Version Actuelle 2.1
Dernière Mise à Jour 2018-04-24
Date de Publication 2018-04-24
Évaluation 4.78/5 Total 9 Évaluations
Développeur https://tabidots.github.io/zoopdog
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tabidots.github.io/zoopdog/
Langues Prises en Charge 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"
    ]
}