Zoopdog

Vietnamese-English popup dictionary

ما هو Zoopdog؟

Zoopdog هو إضافة Chrome تم تطويرها بواسطة https://tabidots.github.io/zoopdog، والميزة الرئيسية لها هي "Vietnamese-English popup dictionary".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Zoopdog

قم بتنزيل ملفات الامتداد Zoopdog بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}