Laban Dictionary (by Laban.vn)

Tra từ dễ dàng khi duyệt web.

Laban Dictionary (by Laban.vn)คืออะไร?

Laban Dictionary (by Laban.vn) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Laban.vn และคุณลักษณะหลักของมันคือ "Tra từ dễ dàng khi duyệt web."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Laban Dictionary (by Laban.vn)

ดาวน์โหลดไฟล์ส่วนขยาย Laban Dictionary (by Laban.vn) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Laban dictionary cung cấp cho bạn công cụ tra từ điển tiện lợi trên các website:
- Hỗ trợ từ điển Anh-Việt, Việt-Anh và Anh-Anh.
- Tra từ dễ dàng với thao tác click đúp hoặc quét khối.
- Tùy chỉnh hiển thị gợi ý với Biểu tượng lựa chọn (balloon) và Nội dung tra từ (popup).
- Cho phép tắt nhanh chức năng tra cứu trên trang khi không cần sử dụng.

Nội dung cập nhật phiên bản 1.0.4:
- Thêm hiển thị lịch sử tìm kiếm

*Lưu ý:
Extension sẽ không hoạt động trên các trang mà bạn đã tải trước khi cài đặt hoặc kích hoạt lại extension. Để extension hoạt động trên các trang này, hãy tải lại trang web.


Laban dictionary provides an useful tool for looking up definitions as you browse the webs:
- Supported dictionaries: English-Vietnamese, Vietnamese-English and English-English.
- View definition easily by double-clicking or selecting a word.
- Display options: showing balloon for selection or showing popup instantly.
- Option to quickly disable extension functions in page.

What's new in version 1.0.4:
- Add Search history

*Note:
Extension will not work in tabs that were open prior to installation. After installing this extension, either reload your open tabs or restart Chrome.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Laban Dictionary (by Laban.vn) Laban Dictionary (by Laban.vn)
ID kdoofkpcjhkbhedgkdbagobockcmeoeb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/laban-dictionary-by-laban/kdoofkpcjhkbhedgkdbagobockcmeoeb
คำอธิบาย Tra từ dễ dàng khi duyệt web.
ขนาดไฟล์ 59.83 KB
จำนวนการติดตั้ง 53,865
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2021-12-03
วันที่เผยแพร่ 2020-09-09
คะแนน 4.37/5 รวมทั้งหมด 210 คะแนน
ผู้พัฒนา Laban.vn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://dict.laban.vn
ภาษาที่รองรับ vi
manifest.json
{
    "background": {
        "scripts": [
            "background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "browser_action.html",
        "default_title": "Laban Dictionary"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "content.min.css"
            ],
            "js": [
                "content.min.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.laban.vn\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.laban.vn\/*"
        ]
    },
    "description": "Tra t\u1eeb d\u1ec5 d\u00e0ng khi duy\u1ec7t web.",
    "manifest_version": 2,
    "name": "Laban Dictionary (by Laban.vn)",
    "short_name": "Laban Dict",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "http:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6",
    "web_accessible_resources": [
        "content.min.css",
        "img\/*"
    ]
}