Itzuli+

Itzuli+ Extentsioa!

Was ist Itzuli+?

Itzuli+ ist eine Chrome-Erweiterung, die von ejgv.apps entwickelt wurde, und ihr Hauptmerkmal ist "Itzuli+ Extentsioa!".

Erweiterungsscreenshots

screenshot

Itzuli+-Erweiterungs-CRX-Datei herunterladen

Laden Sie Itzuli+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Itzulpenak, sintesia eta hiztegia erabiltzeko aukera ematen duen erreminta.
Itzulpen-zerbitzuei dagokienez, euskarara edo euskaratik itzultzeko, honako hizkuntza hauek erabiltzeko aukera ematen da: gaztelania, frantsesa eta ingelesa. Itzulpenarekin batera, itzulpena modu esperimentalean entzuteko aukera (sintesia) gehitu da.
Hiztegien atalean euskara, gaztelania, ingelesa eta alemana erabiltzeko aukera dago.                    

Grundlegende Informationen zur Erweiterung

Name Itzuli+ Itzuli+
ID bafhgiajedliopeidkhgidpbjejkfnlm
Offizielle URL https://chromewebstore.google.com/detail/itzuli+/bafhgiajedliopeidkhgidpbjejkfnlm
Beschreibung Itzuli+ Extentsioa!
Dateigröße 1.24 MB
Installationsanzahl 43,560
Aktuelle Version 3.5
Letztes Update 2024-01-25
Veröffentlichungsdatum 2020-09-05
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler ejgv.apps
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.euskadi.eus/informacion/-/informacion-legal
Unterstützte Sprachen es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Itzuli+",
    "version": "3.5",
    "manifest_version": 3,
    "description": "Itzuli+ Extentsioa!",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/developer.mozilla.org\/*",
        ""
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Itzuli+",
        "default_icon": {
            "16": "images\/itzuli16.png",
            "32": "images\/itzuli32.png",
            "48": "images\/itzuli48.png",
            "128": "images\/itzuli128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "thirdParty\/jquery.min.js",
                "thirdParty\/jquery-ui-draggable.js",
                "googleDocsUtil.js",
                "thirdParty\/jspdf.min.js",
                "thirdParty\/html2canvas.js",
                "thirdParty\/rangy-core.js",
                "thirdParty\/rangy-classapplier.js",
                "toolbar.js",
                "thirdParty\/quill.js",
                "thirdParty\/recorder.js",
                "thirdParty\/purify.min.js"
            ],
            "css": [
                "thirdParty\/material-components-web.min.css",
                "thirdParty\/icon.css",
                "thirdParty\/toolbar.css",
                "thirdParty\/accordion.css",
                "thirdParty\/estilos.css",
                "thirdParty\/quill.bubble.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/itzuli16.png",
        "32": "images\/itzuli32.png",
        "48": "images\/itzuli48.png",
        "128": "images\/itzuli128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "thirdParty\/jspdf.min.js",
                "thirdParty\/html2canvas.js",
                "properties\/*.inc",
                "thirdParty\/jquery-ui.css",
                "thirdParty\/recorder.js",
                "thirdParty\/purify.min.js",
                "images\/*.png",
                "*.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}