LinguaPir

LinguaPir: Interreg Poctefa Linguatec project’s multilingual machine translation plugin

LinguaPir là gì?

LinguaPir là một tiện ích mở rộng Chrome được phát triển bởi Elhuyar Hizkuntza eta Teknologia, và tính năng chính của nó là "LinguaPir: Interreg Poctefa Linguatec project’s multilingual machine translation plugin".

Ả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 LinguaPir

Tải xuống các tệp mở rộng LinguaPir 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 application brings together machine translation systems created in the Interreg Poctefa Linguatec project. The application allows translations of the web on which you are browsing using the following pairs of languages:

Basque > French
French > Basque
Basque > Spanish
Spanish > Basque
Spanish > Aragonese
French > Oc. languedoc
French > Oc. gasc
Occitan > French


The European project EFA 227/16/LINGUATEC “Development of cross-border cooperation and knowledge transfer in language technologies” aims to develop, demonstrate and disseminate new resources, tools and innovative language applications that improve the level of digitization of Aragonese, Basque and Occitan. The project has enabled technological cooperation between languages to develop new language resources and tools, as well as new on-line applications to facilitate the use of Basque, Occitan and Aragonese, and multilingual access to content by end users. This application is one of the solutions developed within the project.

More information: https://linguatec-poctefa.eu/                    

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

Tên LinguaPir LinguaPir
ID ndodjbmhpjmoegahhhdaodakhlcnaiip
URL Chính Thức https://chromewebstore.google.com/detail/linguapir/ndodjbmhpjmoegahhhdaodakhlcnaiip
Mô tả LinguaPir: Interreg Poctefa Linguatec project’s multilingual machine translation plugin
Kích Thước Tệp 461 KB
Số Lần Cài Đặt 382
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-02-08
Ngày Phát Hành 2021-07-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Elhuyar Hizkuntza eta Teknologia
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LinguaPir",
    "description": "LinguaPir: Interreg Poctefa Linguatec project\u2019s multilingual machine translation plugin",
    "version": "1.0.2",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "action": {
        "default_icon": "favicon.png",
        "default_title": "Itzultzailea",
        "default_popup": "toolbar.html"
    },
    "host_permissions": [
        "https:\/\/linguatec-proxy.elia.eus\/*"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}