트랜져스

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

What is 트랜져스?

트랜져스 is a Chrome extension developed by koozapas, and its main feature is "클릭 몇 번으로 간편하게 이미지를 번역해보세요.".

Extension Screenshots

screenshot

Download 트랜져스 Extension CRX File

Download 트랜져스 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        트랜져스 이미지 에디터

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

Extension Basic Information

Name 트랜져스 트랜져스
ID naoipcebckjeikfmlmponoajlkhdcnjc
Official URL https://chromewebstore.google.com/detail/%ED%8A%B8%EB%9E%9C%EC%A0%B8%EC%8A%A4/naoipcebckjeikfmlmponoajlkhdcnjc
Description 클릭 몇 번으로 간편하게 이미지를 번역해보세요.
File Size 2.4 MB
Installation Count 492
Current Version 2.09.02
Last Updated 2023-12-05
Publish Date 2021-11-24
Rating 5.00/5 Total 1 Ratings
Developer koozapas
Email [email protected]
Payment Type free
Extension Website https://www.kooza.co.kr/
Privacy Policy Page URL https://panoramic-butternut-291.notion.site/acb134ad367d4a98a575f871ee94bcf6
Supported Languages 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": [
                ""
            ]
        }
    ]
}