CodeNoCall

Ready for machine translation except source code

CodeNoCallคืออะไร?

CodeNoCall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Soliton Systems K.K. และคุณลักษณะหลักของมันคือ "Ready for machine translation except source code"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodeNoCall

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}