CodeNoCall

Ready for machine translation except source code

什么是CodeNoCall?

CodeNoCall是由Soliton Systems K.K.开发的Chrome扩展程序,该扩展的主要功能是“Ready for machine translation except source code”。

扩展截图

screenshot
screenshot

下载CodeNoCall扩展crx文件

下载CodeNoCall扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When translating websites with Google Translate, exclude source code and shell commands from translation. It is very convenient when you copy and paste the sample code.

Google翻訳でウェブサイトを翻訳する際に、ソースコードやシェルコマンドが翻訳されないようにします。サンプルコードをコピペする際に大変便利です。                    

扩展基本信息

名称 CodeNoCall CodeNoCall
ID incnchiebjmdeedaeiopjfbdblnafdoe
官方URL https://chromewebstore.google.com/detail/codenocall/incnchiebjmdeedaeiopjfbdblnafdoe
简介 Ready for machine translation except source code
文件大小 25.46 KB
安装次数 97
当前版本 1.0
更新时间 2020-06-23
上架时间 2020-06-23
评分 5.00/5 共4次评分
开发者 Soliton Systems K.K.
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.soliton.co.jp/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodeNoCall",
    "version": "1.0",
    "description": "Ready for machine translation except source code",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ]
}