Zoopdog

Vietnamese-English popup dictionary

Wat is Zoopdog?

Zoopdog is een Chrome-extensie ontwikkeld door https://tabidots.github.io/zoopdog, en de belangrijkste functie is "Vietnamese-English popup dictionary".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Zoopdog

Download Zoopdog-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Zoopdog Zoopdog
ID dpdbckfclpbpaklnobmmhjbpghcilbki
Officiële URL https://chromewebstore.google.com/detail/zoopdog/dpdbckfclpbpaklnobmmhjbpghcilbki
Beschrijving Vietnamese-English popup dictionary
Bestandsgrootte 7.16 MB
Aantal Installaties 202
Huidige Versie 2.1
Laatst Bijgewerkt 2018-04-24
Publicatiedatum 2018-04-24
Beoordeling 4.78/5 Totaal 9 Beoordelingen
Ontwikkelaar https://tabidots.github.io/zoopdog
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tabidots.github.io/zoopdog/
Ondersteunde Talen 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"
    ]
}