Image Translator

Quickly translate image into over 30 languages through AI. It can also translate Comics or Manhua, translate Manga.

Apa itu Image Translator?

Image Translator adalah ekstensi Chrome yang dikembangkan oleh https://apps.livepolls.app, dan fitur utamanya adalah "Quickly translate image into over 30 languages through AI. It can also translate Comics or Manhua, translate Manga.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Image Translator

Unduh file ekstensi Image Translator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Translate photos into 30+ Languages In Seconds, whether they are posters, brochures, screenshots, advertisements, infographics, drawings, product images, comics, manga, product labels, flowcharts, Social media posts, product manuals, graphic, banner, card, invitation letter images, meme images, manhua or webtoon. State-of-art OCR and machine translation services are used to guarantee the translation quality. We support PNG, JPG formats.

You can right-click on the image you want to translate and select the target language for translation. Soon, the translated image will automatically replace the original image on the webpage, which is a perfect browsing experience.

After selecting the target image, it will automatically be scanned with a translation of the text.

MAIN BENEFITS AND FEATURES
➤ Text Auto Recognition
Use Latest AI-based OCR Technology to Auto Recognize Texts in the Image
 
➤ Accurate Translation
Call Up-to-date Google Translation API to convert texts into 30+ Languages

Currently, it translated through Google Translate, and in the future, it will support DeepL, ChatGPT, Open AI, and Yandex Translate.
Batch mode will support in the future. 

Privacy Policy 

By design, your data stays at all times on your Google account, never saved in our database. Your data aren’t shared with anyone, including the add-on owner. 
We complies with privacy laws (especially GDPR & California Privacy Act) to protect your data.                    

Informasi Dasar Ekstensi

Nama Image Translator Image Translator
ID pbhpcbdjngblklnibanbkgkogjmbjeoe
URL Resmi https://chromewebstore.google.com/detail/image-translator/pbhpcbdjngblklnibanbkgkogjmbjeoe
Deskripsi Quickly translate image into over 30 languages through AI. It can also translate Comics or Manhua, translate Manga.
Ukuran File 499 KB
Jumlah Instalasi 20,000
Versi Saat Ini 6.4.7
Terakhir Diperbarui 2024-02-19
Tanggal Publikasi 2023-01-30
Penilaian 3.65/5 Total 96 Penilaian
Pengembang https://apps.livepolls.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://apps.livepolls.app?from=chrome
URL Halaman Bantuan https://www.livepolls.app/support
URL Halaman Kebijakan Privasi https://www.livepolls.app/privacy
Bahasa yang Didukung id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 3,
    "version": "6.4.7",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "contextMenus",
        "scripting",
        "activeTab",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/api.imgkits.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "ali_oss.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16px.png",
            "48": "\/images\/48px.png",
            "128": "\/images\/128px.png"
        }
    },
    "icons": {
        "16": "\/images\/16px.png",
        "48": "\/images\/48px.png",
        "128": "\/images\/128px.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ali_oss.js",
                ".\/images\/"
            ],
            "matches": [
                ""
            ]
        }
    ]
}