Gurudict

Gurudict là từ điển Anh Việt hướng tới sự gọn nhẹ, tinh tế, hỗ trợ tra/dịch từ/cụm từ/đoạn văn trên web/file PDF

What is Gurudict?

Gurudict is a Chrome extension developed by https://gurucore.com, and its main feature is "Gurudict là từ điển Anh Việt hướng tới sự gọn nhẹ, tinh tế, hỗ trợ tra/dịch từ/cụm từ/đoạn văn trên web/file PDF".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Gurudict Extension CRX File

Download Gurudict 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

                        Gurudict là công cụ từ điển Anh Việt
 - tối giản
 - Dịch từ/cụm từ (đoạn văn) trên cả trang web và **file PDF**
 - Tự động phát âm
 - Không có tác dụng phụ, giữ nguyên dạng của trang web đang xem
 - Hỗ trợ tra nhanh từ đồng nghĩa (synonym), trái nghĩa (antonym), phát âm bằng cách gõ ngay lên thanh địa chỉ

** tác giả rất vui lòng nhận các góp ý, cải tiến tại https://www.facebook.com/Gurudict **


*****************
CÁCH SỬ DỤNG PHONG PHÚ:
 - Chọn từ, nhấn phím ~ (là phím bên trái phím số 1)
 - Chọn từ, chuột phải, chọn "Tra" (hỗ trợ cả file PDF) trong context menu
 - Nháy đúp (double click) để tra
 - Tra bằng hotkey phím nóng Control Z

 - Alt và click chuột để dịch đoạn văn bản (paragraph translate)

 - Gõ thẳng lên thanh địa chỉ (omni): 
      tra HELLO     -->    để tra từ HELLO


*****************
KHUYẾN NGHỊ: bạn nên khởi động lại Chrome để Gurudict làm việc 
ngay với các trang bạn đang mở.
Sau khi cài xong, bạn hãy nên vào phần Option để chỉnh lại các thiết lập, các cách tra từ mà bạn mong muốn.                    

Extension Basic Information

Name Gurudict Gurudict
ID ppjlebmodmeoedhpepgkecbjfhfhmbdo
Official URL https://chromewebstore.google.com/detail/gurudict/ppjlebmodmeoedhpepgkecbjfhfhmbdo
Description Gurudict là từ điển Anh Việt hướng tới sự gọn nhẹ, tinh tế, hỗ trợ tra/dịch từ/cụm từ/đoạn văn trên web/file PDF
File Size 209 KB
Installation Count 591
Current Version 1.0.5
Last Updated 2015-01-30
Publish Date 2015-01-30
Rating 4.59/5 Total 58 Ratings
Developer https://gurucore.com
Email [email protected]
Payment Type free
Extension Website https://www.facebook.com/Gurudict
Help Page URL https://www.facebook.com/Gurudict
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "minimum_chrome_version": "21",
    "name": "__MSG_NAME__",
    "short_name": "__MSG_NAME__",
    "description": "__MSG_description__",
    "version": "1.0.5",
    "author": "GURUCORE",
    "homepage_url": "https:\/\/www.facebook.com\/Gurudict",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "templates\/inlinePopup.tmpl.htm",
        "images\/close.png",
        "images\/icon48.png",
        "styles\/contentstyle.css",
        "js\/libs\/jquery.min.js",
        "js\/libs\/jquery.tmpl.min.js",
        "js\/libs\/share.js",
        "js\/contentscript\/gurudict.js",
        "js\/libs\/underscore-min.js",
        "js\/libs\/moment.min.js",
        "js\/libs\/angular.min.js",
        "js\/libs\/angular-sanitize.min.js"
    ],
    "permissions": [
        "tts",
        "notifications",
        "tabs",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "styles\/contentstyle.css"
            ],
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/libs\/jquery.tmpl.min.js",
                "js\/libs\/share.js",
                "js\/contentscript\/gurudict.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/libs\/jquery.min.js",
            "js\/libs\/jquery.tmpl.min.js",
            "js\/libs\/share.js",
            "js\/extension.js",
            "js\/business.js",
            "js\/omnibox.js",
            "js\/browseraction.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "name": "__MSG_NAME__",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon48.png"
        },
        "default_title": "__MSG_NAME__"
    },
    "omnibox": {
        "keyword": "tra"
    },
    "options_page": "options_page.html"
}