LinguaPir

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

LinguaPir란 무엇입니까?

LinguaPir은(는) Elhuyar Hizkuntza eta Teknologia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LinguaPir: Interreg Poctefa Linguatec project’s multilingual machine translation plugin"입니다.

확장 프로그램 스크린샷

screenshot

LinguaPir 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 LinguaPir LinguaPir
ID ndodjbmhpjmoegahhhdaodakhlcnaiip
공식 URL https://chromewebstore.google.com/detail/linguapir/ndodjbmhpjmoegahhhdaodakhlcnaiip
설명 LinguaPir: Interreg Poctefa Linguatec project’s multilingual machine translation plugin
파일 크기 461 KB
설치 횟수 382
현재 버전 1.0.2
최근 업데이트 2023-02-08
출시 날짜 2021-07-05
평점 5.00/5 총 2 개의 평점
개발자 Elhuyar Hizkuntza eta Teknologia
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
        }
    ]
}