CodeNoCall

Ready for machine translation except source code

What is CodeNoCall?

CodeNoCall is a Chrome extension developed by Soliton Systems K.K., and its main feature is "Ready for machine translation except source code".

Extension Screenshots

screenshot
screenshot

Download CodeNoCall Extension CRX File

Download CodeNoCall extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CodeNoCall CodeNoCall
ID incnchiebjmdeedaeiopjfbdblnafdoe
Official URL https://chromewebstore.google.com/detail/codenocall/incnchiebjmdeedaeiopjfbdblnafdoe
Description Ready for machine translation except source code
File Size 25.46 KB
Installation Count 97
Current Version 1.0
Last Updated 2020-06-23
Publish Date 2020-06-23
Rating 5.00/5 Total 4 Ratings
Developer Soliton Systems K.K.
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.soliton.co.jp/privacy.html
Supported Languages 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"
            ]
        }
    ]
}