트랜져스

클릭 몇 번으로 간편하게 이미지를 번역해보세요.

Wat is 트랜져스?

트랜져스 is een Chrome-extensie ontwikkeld door koozapas, en de belangrijkste functie is "클릭 몇 번으로 간편하게 이미지를 번역해보세요.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 트랜져스

Download 트랜져스-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        트랜져스 이미지 에디터

- 기본 에디터 기능
- 쇼핑몰 이미지 번역 기능(타오바오, 티몰, 알리익스프레스, 1688, VVIC 지원)                    

Basisinformatie over de Extensie

Naam 트랜져스 트랜져스
ID naoipcebckjeikfmlmponoajlkhdcnjc
Officiële URL https://chromewebstore.google.com/detail/%ED%8A%B8%EB%9E%9C%EC%A0%B8%EC%8A%A4/naoipcebckjeikfmlmponoajlkhdcnjc
Beschrijving 클릭 몇 번으로 간편하게 이미지를 번역해보세요.
Bestandsgrootte 2.4 MB
Aantal Installaties 492
Huidige Versie 2.09.02
Laatst Bijgewerkt 2023-12-05
Publicatiedatum 2021-11-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar koozapas
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.kooza.co.kr/
URL van de Privacybeleid Pagina https://panoramic-butternut-291.notion.site/acb134ad367d4a98a575f871ee94bcf6
Ondersteunde Talen ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\ud074\ub9ad \uba87 \ubc88\uc73c\ub85c \uac04\ud3b8\ud558\uac8c \uc774\ubbf8\uc9c0\ub97c \ubc88\uc5ed\ud574\ubcf4\uc138\uc694.",
    "version": "2.09.02",
    "manifest_version": 3,
    "name": "\ud2b8\ub79c\uc838\uc2a4",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "downloads",
        "tabs"
    ],
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html",
        "default_title": "\ud2b8\ub79c\uc838\uc2a4"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon16.png",
                "icon48.png",
                "icon128.png",
                "\/ui\/*",
                "\/resources\/*",
                "app.html",
                "login.html",
                "payment.html",
                "common.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}