Itzuli+

Itzuli+ Extentsioa!

Cos'è Itzuli+?

Itzuli+ è un'estensione di Chrome sviluppata da ejgv.apps, e la sua funzione principale è "Itzuli+ Extentsioa!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Itzuli+

Scarica i file di estensione Itzuli+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Itzuli+ Itzuli+
ID bafhgiajedliopeidkhgidpbjejkfnlm
URL Ufficiale https://chromewebstore.google.com/detail/itzuli+/bafhgiajedliopeidkhgidpbjejkfnlm
Descrizione Itzuli+ Extentsioa!
Dimensione del File 1.24 MB
Conteggio Installazioni 43,560
Versione Corrente 3.5
Ultimo Aggiornamento 2024-01-25
Data di Pubblicazione 2020-09-05
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore ejgv.apps
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.euskadi.eus/informacion/-/informacion-legal
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}