Image Translator

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

Qu'est-ce que Image Translator ?

Image Translator est une extension Chrome développée par https://apps.livepolls.app, et sa fonction principale est "Quickly translate image into over 30 languages through AI. It can also translate Comics or Manhua, translate Manga.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Image Translator

Téléchargez les fichiers d'extension Image Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Image Translator Image Translator
ID pbhpcbdjngblklnibanbkgkogjmbjeoe
URL Officiel https://chromewebstore.google.com/detail/image-translator/pbhpcbdjngblklnibanbkgkogjmbjeoe
Description Quickly translate image into over 30 languages through AI. It can also translate Comics or Manhua, translate Manga.
Taille du Fichier 499 KB
Nombre d'Installations 20,000
Version Actuelle 6.4.7
Dernière Mise à Jour 2024-02-19
Date de Publication 2023-01-30
Évaluation 3.65/5 Total 96 Évaluations
Développeur https://apps.livepolls.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://apps.livepolls.app?from=chrome
URL de la Page d'Aide https://www.livepolls.app/support
URL de la Page de Politique de Confidentialité https://www.livepolls.app/privacy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}