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.
Eメール [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"
            ]
        }
    ]
}