Image Translator

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

Hvad er Image Translator?

Image Translator er en Chrome-udvidelse udviklet af https://apps.livepolls.app, og dens hovedfunktion er "Quickly translate image into over 30 languages through AI. It can also translate Comics or Manhua, translate Manga.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Image Translator-udvidelses-CRX-fil

Download Image Translator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Image Translator Image Translator
ID pbhpcbdjngblklnibanbkgkogjmbjeoe
Officiel URL https://chromewebstore.google.com/detail/image-translator/pbhpcbdjngblklnibanbkgkogjmbjeoe
Beskrivelse Quickly translate image into over 30 languages through AI. It can also translate Comics or Manhua, translate Manga.
Filstørrelse 499 KB
Antal Installationer 20,000
Nuværende Version 6.4.7
Senest Opdateret 2024-02-19
Udgivelsesdato 2023-01-30
Bedømmelse 3.65/5 Samlet 96 Bedømmelser
Udvikler https://apps.livepolls.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://apps.livepolls.app?from=chrome
Hjælpeside-URL https://www.livepolls.app/support
URL til Fortrolighedspolitik Side https://www.livepolls.app/privacy
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}