LinguaPir

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

LinguaPir क्या है?

LinguaPir Elhuyar Hizkuntza eta Teknologia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LinguaPir: Interreg Poctefa Linguatec project’s multilingual machine translation plugin"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LinguaPir एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}