deepl's translation from context menu.

This is the extension for adding DeepL Translate [Chinese to Japanese] to the right-click menu.

deepl's translation from context menu. क्या है?

deepl's translation from context menu. MikanBox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is the extension for adding DeepL Translate [Chinese to Japanese] to the right-click menu."।

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

screenshot

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

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

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

                        中国語のサイトやメールの本文をなぞって日本語に翻訳するための拡張機能です。

使い方
1.翻訳したい中国語をなぞる
2.右クリックして「DeepL翻訳(中→日)」をクリック
3.翻訳結果が表示される

v1.0.0 一般公開                    

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

नाम deepl's translation from context menu. deepl's translation from context menu.
ID pcjkjppejpfepcigccchnemjpmmimijm
आधिकारिक URL https://chromewebstore.google.com/detail/deepls-translation-from-c/pcjkjppejpfepcigccchnemjpmmimijm
विवरण This is the extension for adding DeepL Translate [Chinese to Japanese] to the right-click menu.
फ़ाइल का आकार 23.3 KB
स्थापना संख्या 1,348
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-03-24
प्रकाशन तिथि 2020-03-23
डेवलपर MikanBox
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "deeplcn.js"
        ]
    },
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon32.png",
        "images\/icon64.png",
        "images\/icon128.png"
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "ja"
}