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
官方網址 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": [
                ""
            ]
        }
    ]
}