Lingocloud - Web Translation Extension

A bilingual translation extension that delivers a native reading experience at the Click of a button.

Lingocloud - Web Translation Extension क्या है?

Lingocloud - Web Translation Extension ColorfulClouds Technology (HK) Co., Limited द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A bilingual translation extension that delivers a native reading experience at the Click of a button."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Use your native language to surf the web! If your foreign language level isn't good enough, we enable you to effortlessly view any website in your native language, overcome language barriers and expand your world. If you are already proficient in foreign languages, LingoCloud can enhance your learning experience by providing you with plenty of interesting online reading resources.

How to use it:
1. While skimming through an English webpage you just need to click on the LingoCloud Extension Icon to enter the Chinese-English parallel text mode. Expand your world from your couch!
2. Click on the translated text to enter the Edit mode and review/edit the provided translation. Your reviewed translation can not only earn you Cloud Points to view more translated websites, but will also be seen by millions of internet users! Artificial Intelligence and mankind can get better together! 
3. Word translation, when browsing English / Japanese web pages, use the mouse to select the text content, bring you the reading experience of immediate translation.
4. When watching English video, enable video translation, will be real-time subtitle translation of the voice.
5. In the options page there are text translation, automatic page translation, video subtitle translation related settings.


Expand your world with LingoCloud!                    

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

नाम Lingocloud - Web Translation Extension Lingocloud - Web Translation Extension
ID jmpepeebcbihafjjadogphmbgiffiajh
आधिकारिक URL https://chromewebstore.google.com/detail/lingocloud-web-translatio/jmpepeebcbihafjjadogphmbgiffiajh
विवरण A bilingual translation extension that delivers a native reading experience at the Click of a button.
फ़ाइल का आकार 16.98 MB
स्थापना संख्या 180,327
वर्तमान संस्करण 1.14.1
अंतिम अपडेट 2023-09-19
प्रकाशन तिथि 2020-01-14
रेटिंग 3.97/5 कुल 439 रेटिंग्स
डेवलपर ColorfulClouds Technology (HK) Co., Limited
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट http://fanyi.caiyunapp.com
सहायता पृष्ठ URL http://caiyunapp.com/xiaoyi/help.html
गोपनीयता नीति पृष्ठ URL http://caiyunapp.com/xiaoyi/privacy.html
समर्थित भाषाएँ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.14.1",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appNameAbbr__",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/fanyi.caiyunapp.com",
    "icons": {
        "16": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.jsceet.cn\/*"
            ],
            "css": [
                "\/css\/sites\/jsceet.cn.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "LingoCloud",
        "default_popup": "popup.html",
        "default_icon": "images\/logo.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "tabs",
        "webNavigation",
        "",
        "*:\/\/*.caiyunapp.com\/*",
        "*:\/\/*.caiyunai.com\/*",
        "contextMenus",
        "tabCapture"
    ],
    "optional_permissions": [],
    "web_accessible_resources": [
        "assets\/*",
        "trs.js",
        "images\/*",
        "css\/*",
        "bootPage.html",
        "bootPage.js",
        "options.html",
        "options.js",
        "lib\/*"
    ],
    "commands": {
        "translate-page": {
            "suggested_key": {
                "default": "Alt+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "__MSG_launchApp__"
        }
    }
}