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”。
擴展截圖
下載LinguaPir擴展crx文件
下載LinguaPir擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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/
擴展基本資訊
名稱 | |
ID | ndodjbmhpjmoegahhhdaodakhlcnaiip |
官方網址 | 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" } ] } |