Itzuli+

Itzuli+ Extentsioa!

Itzuli+ क्या है?

Itzuli+ ejgv.apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Itzuli+ Extentsioa!"।

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

screenshot

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

crx प्रारूप में Itzuli+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}