WebDict

Quickly to look up words on web.

什麼是WebDict?

WebDict是由nghiai3e開發的Chrome擴展程式,該擴展的主要功能是“Quickly to look up words on web.”。

擴展截圖

screenshot
screenshot
screenshot

下載WebDict擴展crx文件

下載WebDict擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        WebDict là từ điển online nhỏ gọn được thiết kế tối ưu cho việc tra từ nhanh tróng và hiệu quá khi lướt web và khi soạn thảo trên nền web.

WebDict hướng đến tra từ thông minh, hiệu quả.

WebDict hỗ trợ nguồn từ điển phong phú, với nhiều loại từ điển như Anh - Việt, Viêt - Anh, Việt - Pháp, Pháp - Viêt, Trung - Việt, Nhật - Việt, Hàn - Việt ... 

Ngoài khả năng thuận tiện khi tra cứu, Webdict hỗ trợ tính năng bookmark giúp ban dễ dàng lưu lại các từ mới. Đồng thời được đồng bộ với tài khoản của chrome giúp bạn có thể xem lại từ ở bất kỳ máy tính nào một cách đơn giản.

Với nhiều tính năng ưu việt. Hi vọng Webdict sẽ hỗ trợ tốt cho các bạn.                    

擴展基本資訊

名稱 WebDict WebDict
ID nnjjepljgjdohjjenolpeplgcmfjchih
官方網址 https://chromewebstore.google.com/detail/webdict/nnjjepljgjdohjjenolpeplgcmfjchih
簡介 Quickly to look up words on web.
檔案大小 945 KB
安裝次數 4,000
目前版本 2.1.13
更新時間 2021-06-29
上架時間 2017-12-22
評分 4.70/5 共 57 次評分
開發者 nghiai3e
電子郵箱 [email protected]
付費類型 free
支援的語言 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebDict",
    "version": "2.1.13",
    "manifest_version": 2,
    "description": "Quickly to look up words on web.",
    "icons": {
        "16": "logo\/webdict16.png",
        "48": "logo\/webdict48.png",
        "128": "logo\/webdict128.png"
    },
    "background": {
        "scripts": [
            "track.min.js",
            "webdict.min.js",
            "commons.min.js",
            "constants.min.js",
            "dict.min.js",
            "tratu.min.js",
            "vdict.min.js",
            "tracau.min.js",
            "bookmark.min.js",
            "history.min.js",
            "service.min.js",
            "background.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "logo\/webdict48.png",
            "38": "logo\/webdict48.png"
        },
        "default_title": "Look up words",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "css": [
                "css\/commons.css",
                "css\/style.css",
                "css\/full.css",
                "css\/compact.css"
            ],
            "js": [
                "webdict.min.js",
                "constants.min.js",
                "commons.min.js",
                "hotKeys.min.js",
                "chromeUtils.min.js",
                "lang\/en.min.js",
                "lang\/vi.min.js",
                "client.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        ""
    ],
    "web_accessible_resources": [
        "logo\/*.*",
        "img\/*.*",
        "fonts\/*.*"
    ],
    "options_page": "options.html",
    "devtools_page": "devtools.html"
}