Scan Translator

Raw manga translator - Translate raw manga, scans or images to more than 50 languages in a second with the power of AI

Scan Translator क्या है?

Scan Translator https://scan-translator.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Raw manga translator - Translate raw manga, scans or images to more than 50 languages in a second with the power of AI"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Scan Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Our manga translator allows you to easily and quickly translate raw manga, manwha, scan or image into more than 50 languages. With our service, the text in your images is automatically detected and the best translation is provided efficiently. With our free version, you can make up to 30 requests per week

- Covers more than 50 languages!
- User Friendly
- Best quality translation
- Support horizontal and vertical reading
- 30 requests per week on the free version                    

एक्सटेंशन की मूल जानकारी

नाम Scan Translator Scan Translator
ID mnngaddpelmhcgkbeajnbjmkdmpkogbo
आधिकारिक URL https://chromewebstore.google.com/detail/scan-translator/mnngaddpelmhcgkbeajnbjmkdmpkogbo
विवरण Raw manga translator - Translate raw manga, scans or images to more than 50 languages in a second with the power of AI
फ़ाइल का आकार 232 KB
स्थापना संख्या 23,285
वर्तमान संस्करण 2.0.13
अंतिम अपडेट 2024-01-06
प्रकाशन तिथि 2022-11-30
रेटिंग 3.33/5 कुल 61 रेटिंग्स
डेवलपर https://scan-translator.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://scan-translator.com/
सहायता पृष्ठ URL https://scan-translator.com/privacy
गोपनीयता नीति पृष्ठ URL https://scan-translator.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scan Translator",
    "version": "2.0.13",
    "description": "Raw manga translator - Translate raw manga, scans or images to more than 50 languages in a second with the power of AI",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/ccwildwords-regular.otf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}