트랜져스

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

트랜져스คืออะไร?

트랜져스 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย koozapas และคุณลักษณะหลักของมันคือ "클릭 몇 번으로 간편하게 이미지를 번역해보세요."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 트랜져스

ดาวน์โหลดไฟล์ส่วนขยาย 트랜져스 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        트랜져스 이미지 에디터

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 트랜져스 트랜져스
ID naoipcebckjeikfmlmponoajlkhdcnjc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%ED%8A%B8%EB%9E%9C%EC%A0%B8%EC%8A%A4/naoipcebckjeikfmlmponoajlkhdcnjc
คำอธิบาย 클릭 몇 번으로 간편하게 이미지를 번역해보세요.
ขนาดไฟล์ 2.4 MB
จำนวนการติดตั้ง 492
เวอร์ชันปัจจุบัน 2.09.02
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2021-11-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา koozapas
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.kooza.co.kr/
URL หน้านโยบายความเป็นส่วนตัว https://panoramic-butternut-291.notion.site/acb134ad367d4a98a575f871ee94bcf6
ภาษาที่รองรับ 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": [
                ""
            ]
        }
    ]
}