Image Translator

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

Co je Image Translator?

Image Translator je rozšíření Chrome vyvinuté https://apps.livepolls.app, a jeho hlavní funkcí je „Quickly translate image into over 30 languages through AI. It can also translate Comics or Manhua, translate Manga.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Image Translator

Stáhněte si soubory rozšíření Image Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Image Translator Image Translator
ID pbhpcbdjngblklnibanbkgkogjmbjeoe
Oficiální URL https://chromewebstore.google.com/detail/image-translator/pbhpcbdjngblklnibanbkgkogjmbjeoe
Popis Quickly translate image into over 30 languages through AI. It can also translate Comics or Manhua, translate Manga.
Velikost souboru 499 KB
Počet instalací 20,000
Aktuální Verze 6.4.7
Poslední Aktualizace 2024-02-19
Datum Vydání 2023-01-30
Hodnocení 3.65/5 Celkem 96 Hodnocení
Vývojář https://apps.livepolls.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://apps.livepolls.app?from=chrome
URL Stránky Nápovědy https://www.livepolls.app/support
URL Stránky Zásad Ochrany Soukromí https://www.livepolls.app/privacy
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}