etymon one-click search

Get etymon of words by just one-click

etymon one-click search là gì?

etymon one-click search là một tiện ích mở rộng Chrome được phát triển bởi HaveF, và tính năng chính của nó là "Get etymon of words by just one-click".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng etymon one-click search

Tải xuống các tệp mở rộng etymon one-click search 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

                        Get etymon of words by just one-click.

Due to technical restriction, you have to click the link to open a new tab when you visit **HTTPS** web page. Sorry for inconvenience.

The data is come from http://www.etymonline.com/index.php

Report issue or tell ur suggestion here: https://github.com/havef/etymon-chrome-extension/issues

or by email:

[email protected]                    

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

Tên etymon one-click search etymon one-click search
ID knhbicgmdmcjehdpmipibiebegaoiecc
URL Chính Thức https://chromewebstore.google.com/detail/etymon-one-click-search/knhbicgmdmcjehdpmipibiebegaoiecc
Mô tả Get etymon of words by just one-click
Kích Thước Tệp 9.33 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.9.0
Cập Nhật Lần Cuối 2016-03-31
Ngày Phát Hành 2016-03-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển HaveF
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "etymon one-click search",
    "description": "Get etymon of words by just one-click",
    "version": "0.9.0",
    "icons": {
        "16": "etymon16.png",
        "48": "etymon48.png",
        "128": "etymon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "show.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/www.etymonline.com\/",
        "storage"
    ],
    "browser_action": {
        "default_icon": "etymon48.png",
        "default_popup": "popup.html"
    }
}