Itzuli+

Itzuli+ Extentsioa!

什么是Itzuli+?

Itzuli+是由ejgv.apps开发的Chrome扩展程序,该扩展的主要功能是“Itzuli+ Extentsioa!”。

扩展截图

screenshot

下载Itzuli+扩展crx文件

下载Itzuli+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Itzuli+ Itzuli+
ID bafhgiajedliopeidkhgidpbjejkfnlm
官方URL https://chromewebstore.google.com/detail/itzuli+/bafhgiajedliopeidkhgidpbjejkfnlm
简介 Itzuli+ Extentsioa!
文件大小 1.24 MB
安装次数 43,560
当前版本 3.5
更新时间 2024-01-25
上架时间 2020-09-05
评分 5.00/5 共3次评分
开发者 ejgv.apps
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.euskadi.eus/informacion/-/informacion-legal
支持的语言 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": [
                ""
            ]
        }
    ]
}