Wiki-Definition

Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon…

Wiki-Definition là gì?

Wiki-Definition là một tiện ích mở rộng Chrome được phát triển bởi webpromod, và tính năng chính của nó là "Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon…".

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

screenshot

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

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

                        Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon popup.

How to use
1) Clicking on the Wikipedia globe icon will toggle between activating and deactivating the extension. (If red marker on the globe, the extension is deactivated; click on it to activate.) 
2) You can select word or phrase to get definition.
3) Then, hover over selected text to get the definition.
4) If the definition is not updated keep hover over the selected text.
5) Clicking on (...more) yellow text on balloon popup will lead to relevant Wikipedia page.

Happy browsing!!😎😎                    

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

Tên Wiki-Definition Wiki-Definition
ID aajpceienambodklllohnboagldmagdc
URL Chính Thức https://chromewebstore.google.com/detail/wiki-definition/aajpceienambodklllohnboagldmagdc
Mô tả Instant Wikipedia definitions for Chrome.This extension will show definition of word or multiple word phrase with instant balloon…
Kích Thước Tệp 71.54 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-09-01
Ngày Phát Hành 2019-08-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển webpromod
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki-Definition",
    "version": "0.1",
    "permissions": [
        "https:\/\/en.wikipedia.org\/w\/api.php\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ],
            "css": [
                "popup.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "wiki2.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}