Linguee Audio Download

Allows easy downloading of audio from linguee.com - a great multilingual online dictionary

Linguee Audio Download là gì?

Linguee Audio Download là một tiện ích mở rộng Chrome được phát triển bởi Hank Hester, và tính năng chính của nó là "Allows easy downloading of audio from linguee.com - a great multilingual online dictionary".

Ả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 Linguee Audio Download

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

                        Linguee is a great online multilingual dictionary that provides translations and native recordings of thousands of words across 25 different languages. With this extension turned on, when you visit linguee.com and click on any sound icon, that audio will automatically download to your computer. This functionality can be easily switched on and off from the menu button

Source code available at: https://github.com/hankhester/linguee-audio-download                    

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

Tên Linguee Audio Download Linguee Audio Download
ID mldkoedmkpceicjeobmilbdeebdeljgc
URL Chính Thức https://chromewebstore.google.com/detail/linguee-audio-download/mldkoedmkpceicjeobmilbdeebdeljgc
Mô tả Allows easy downloading of audio from linguee.com - a great multilingual online dictionary
Kích Thước Tệp 560 KB
Số Lần Cài Đặt 1,561
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2018-04-10
Ngày Phát Hành 2018-04-10
Đánh Giá 4.21/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Hank Hester
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": "Linguee Audio Download",
    "description": "Allows easy downloading of audio from linguee.com - a great multilingual online dictionary",
    "icons": {
        "16": "icon16.png",
        "36": "icon36.png",
        "48": "icon48.png",
        "128": "icon36.png"
    },
    "version": "1.5",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linguee.com\/*",
                "https:\/\/*.linguee.com\/*",
                "https:\/\/*.linguee.es\/*",
                "https:\/\/*.linguee.fr\/*",
                "https:\/\/*.linguee.se\/*",
                "https:\/\/*.linguee.hu\/*",
                "https:\/\/*.linguee.cz\/*",
                "https:\/\/*.linguee.it\/*",
                "https:\/\/*.linguee.com.br\/*",
                "https:\/\/*.linguee.pt\/*",
                "https:\/\/*.linguee.de\/*",
                "https:\/\/*.linguee.nl\/*",
                "https:\/\/*.linguee.pl\/*",
                "https:\/\/*.linguee.ru\/*",
                "https:\/\/*.linguee.info\/*",
                "https:\/\/*.linguee.co.uk\/*",
                "https:\/\/*.linguee.co\/*",
                "https:\/\/*.linguee.eu\/*",
                "https:\/\/*.linguee.jp\/*",
                "https:\/\/*.linguee.mx\/*",
                "https:\/\/*.linguee.cl\/*",
                "https:\/\/*.linguee.cn\/*",
                "https:\/\/*.linguee.dk\/*",
                "https:\/\/*.linguee.pe\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}