WebTrans

This extension helps you translate contents on any English webpage into Chinese

WebTrans क्या है?

WebTrans tim-zhong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you translate contents on any English webpage into Chinese"।

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

screenshot

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

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

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

                        Simply select the text with your cursor and get the accurate Chinese translation in no time!                    

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

नाम WebTrans WebTrans
ID hlamnpcpncjjmeicijmipaidpedgbldj
आधिकारिक URL https://chrome.google.com/webstore/detail/webtrans/hlamnpcpncjjmeicijmipaidpedgbldj
विवरण This extension helps you translate contents on any English webpage into Chinese
फ़ाइल का आकार 58.35 KB
स्थापना संख्या 36
वर्तमान संस्करण 0.2
अंतिम अपडेट 2019-07-10
प्रकाशन तिथि 2019-07-10
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर tim-zhong
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://timzhong.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebTrans",
    "description": "This extension helps you translate contents on any English webpage into Chinese",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "loading.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "webtrans.css"
            ],
            "js": [
                "webtrans.js"
            ]
        }
    ]
}