Zoopdog

Vietnamese-English popup dictionary

Zoopdog là gì?

Zoopdog là một tiện ích mở rộng Chrome được phát triển bởi https://tabidots.github.io/zoopdog, và tính năng chính của nó là "Vietnamese-English popup dictionary".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zoopdog

Tải xuống các tệp mở rộng Zoopdog dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zoopdog Zoopdog
ID dpdbckfclpbpaklnobmmhjbpghcilbki
URL Chính Thức https://chromewebstore.google.com/detail/zoopdog/dpdbckfclpbpaklnobmmhjbpghcilbki
Mô tả Vietnamese-English popup dictionary
Kích Thước Tệp 7.16 MB
Số Lần Cài Đặt 202
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2018-04-24
Ngày Phát Hành 2018-04-24
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://tabidots.github.io/zoopdog
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tabidots.github.io/zoopdog/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}