Từ điển Hán-Nôm-Trung tổng hợp

Từ điển Hán-Nôm-Trung tổng hợp

What is Từ điển Hán-Nôm-Trung tổng hợp?

Từ điển Hán-Nôm-Trung tổng hợp is a Chrome extension developed by https://hvdic.thivien.net, and its main feature is "Từ điển Hán-Nôm-Trung tổng hợp".

Extension Screenshots

screenshot
screenshot

Download Từ điển Hán-Nôm-Trung tổng hợp Extension CRX File

Download Từ điển Hán-Nôm-Trung tổng hợp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        App tra từ Việt-Hán-Nôm-Trung trực tiếp từ Chrome.

Ba cách để tra:
- Ấn chuột lên biểu tượng của app trên thanh công cụ của Chrome, hoặc nhấn Ctrl+Shift+K rồi nhập từ cần tra.
- Đánh dấu từ cần tra trong một trang web bất kỳ, rồi ấn Ctrl+Shift+H để tra Hán Việt hoặc Ctrl+Shift+Y để tra Pinyin.
- Đánh dấu từ cần tra trong một trang web bất kỳ, rồi ấn chuột phải rồi chọn "Tra từ Hán Việt..." trong menu.

Có thể tra bằng chữ Hán, phiên âm Hán Việt/Nôm/Pinyin.

Tra từ trang Từ điển Hán Việt trích dẫn tổng hợp: https://hvdic.thivien.net/                    

Extension Basic Information

Name Từ điển Hán-Nôm-Trung tổng hợp Từ điển Hán-Nôm-Trung tổng hợp
ID dbphofhpofnlkgolgljnfclnlbllgaln
Official URL https://chromewebstore.google.com/detail/t%E1%BB%AB-%C4%91i%E1%BB%83n-h%C3%A1n-n%C3%B4m-trung-t%E1%BB%95n/dbphofhpofnlkgolgljnfclnlbllgaln
Description Từ điển Hán-Nôm-Trung tổng hợp
File Size 95.42 KB
Installation Count 10,000
Current Version 1.3.0
Last Updated 2020-06-13
Publish Date 2020-06-13
Rating 4.86/5 Total 317 Ratings
Developer https://hvdic.thivien.net
Email [email protected]
Payment Type free
Extension Website https://hvdic.thivien.net/
Help Page URL https://hvdic.thivien.net/comment.php
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "T\u1eeb \u0111i\u1ec3n H\u00e1n-N\u00f4m-Trung t\u1ed5ng h\u1ee3p",
    "short_name": "HVDic",
    "description": "T\u1eeb \u0111i\u1ec3n H\u00e1n-N\u00f4m-Trung t\u1ed5ng h\u1ee3p",
    "version": "1.3.0",
    "browser_action": {
        "default_icon": "image\/icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min-1.11.1.js",
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "image\/icon16.png",
        "128": "image\/icon128.png"
    },
    "commands": {
        "lookup-han": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Command+Shift+H"
            },
            "description": "Tra t\u1eeb H\u00e1n Vi\u1ec7t t\u1eeb trang web"
        },
        "lookup-pinyin": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Tra t\u1eeb Pinyin trang web"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "C\u1eeda s\u1ed5 tra t\u1eeb"
        }
    }
}