Hummingbird

The only tool you need to acquire English vocabulary as you go about your online routine.

Hummingbird là gì?

Hummingbird là một tiện ích mở rộng Chrome được phát triển bởi Zellosoft.com, và tính năng chính của nó là "The only tool you need to acquire English vocabulary as you go about your online routine.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        This extension enables you to look up and translate English words in real time even as you watch YouTube, NetFlix or Ted.com.

Select the word or even an entire idiom you want to look up and use the Save function to enable highlighting for future passive learning in different contexts. Learning in context has been proven to be the most effective method for acquiring vocabulary in any languages!

This extension will be a useful companion for those who love reading online news and watching movies.

Please feel free to reach out to us at [email protected] if you have any question or suggestion.                    

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

Tên Hummingbird Hummingbird
ID iedikcbcgeopdlnnbogihaoankhlbfeh
URL Chính Thức https://chrome.google.com/webstore/detail/hummingbird/iedikcbcgeopdlnnbogihaoankhlbfeh
Mô tả The only tool you need to acquire English vocabulary as you go about your online routine.
Kích Thước Tệp 3.59 MB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 2.4.8
Cập Nhật Lần Cuối 2021-03-03
Ngày Phát Hành 2020-07-04
Đánh Giá 4.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Zellosoft.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://zellosoft.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/example.com",
    "options_page": "pages\/options.html",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "19": "assets\/icons\/icon-19.png",
            "32": "assets\/icons\/icon-32.png",
            "48": "assets\/icons\/icon-48.png",
            "128": "assets\/icons\/icon-128.png"
        },
        "persistent": true
    },
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "19": "assets\/icons\/icon-19.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/content-script.bundle.js"
            ],
            "css": [
                "styles\/content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "styles\/content.styles.css",
        "assets\/icons\/icon-48.png",
        "assets\/images\/*"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'",
    "version": "2.4.8"
}