Image Translator

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

什麼是Image Translator?

Image Translator是由https://apps.livepolls.app開發的Chrome擴展程式,該擴展的主要功能是“Quickly translate image into over 30 languages through AI. It can also translate Comics or Manhua, translate Manga.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Image Translator擴展crx文件

下載Image Translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Image Translator Image Translator
ID pbhpcbdjngblklnibanbkgkogjmbjeoe
官方網址 https://chromewebstore.google.com/detail/image-translator/pbhpcbdjngblklnibanbkgkogjmbjeoe
簡介 Quickly translate image into over 30 languages through AI. It can also translate Comics or Manhua, translate Manga.
檔案大小 499 KB
安裝次數 20,000
目前版本 6.4.7
更新時間 2024-02-19
上架時間 2023-01-30
評分 3.65/5 共 96 次評分
開發者 https://apps.livepolls.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://apps.livepolls.app?from=chrome
說明頁面URL https://www.livepolls.app/support
隱私政策頁面URL https://www.livepolls.app/privacy
支援的語言 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": [
                ""
            ]
        }
    ]
}