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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}