Look-it-up

Adds context menu item that looks up selected text on dictionary sites

Look-it-up là gì?

Look-it-up là một tiện ích mở rộng Chrome được phát triển bởi https://timothytocci.wordpress.com, và tính năng chính của nó là "Adds context menu item that looks up selected text on dictionary sites".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Look-it-up 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

                        A simple extension that will look up selected text on a number of different dictionary sites. You have the choice of dictionary.com, merriam-webster.com (dictionary and thesaurus), thefreedictionary.com, thesaurus.com, urbandictionary.com, wikipedia.org, wiktionary.org, and yourdictionary.com to look selected terms up with. There is an options page to enable or disable the different menu items included. 
To view the source code for this extension and many more visit: http://timothytocci.com/                    

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

Tên Look-it-up Look-it-up
ID ipjahghegoomngoikgmnngibghgockhm
URL Chính Thức https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm
Mô tả Adds context menu item that looks up selected text on dictionary sites
Kích Thước Tệp 12.31 KB
Số Lần Cài Đặt 274
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2014-05-31
Ngày Phát Hành 2014-05-31
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://timothytocci.wordpress.com
Loại Thanh Toán free
Trang Web Mở Rộng http://timothytocci.com/
URL Trang Trợ Giúp http://timothytocci.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Look-it-up",
    "description": "Adds context menu item that looks up selected text on dictionary sites",
    "version": "0.2",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "book16.png",
        "32": "book32.png",
        "48": "book48.png",
        "128": "book128.png"
    },
    "manifest_version": 2
}