DeepL Code Blocker

【日本語】 DeepLなどの翻訳拡張機能がコードが翻訳されることを防ぐ、非英語圏の開発者向けツールです。 DeepL Code…

ما هو DeepL Code Blocker؟

DeepL Code Blocker هو إضافة Chrome تم تطويرها بواسطة AT، والميزة الرئيسية لها هي "【日本語】 DeepLなどの翻訳拡張機能がコードが翻訳されることを防ぐ、非英語圏の開発者向けツールです。 DeepL Code…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة DeepL Code Blocker

قم بتنزيل ملفات الامتداد DeepL Code Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        【日本語】
DeepLなどの翻訳拡張機能がコードが翻訳されることを防ぐ、非英語圏の開発者向けツールです。

DeepL Code Protectorを使えば、技術ブログやドキュメントを翻訳する際に、意図せずコードまで翻訳されたり、コードのレイアウトが崩れることがなくなります。



【English】

"DeepL Code Protector" prevents codes from being translated by Chrome extensions such as DeepL. This is for non-native English developers.

With "DeepL Code Protector", you can explore tech blogs and documents comfortably.
- No layout collapse of code contents
- No unintentional translation of code contents                    

معلومات أساسية عن التمديد

الاسم DeepL Code Blocker DeepL Code Blocker
ID blmfehnodbgjheaofcecmjbbapmaikap
عنوان URL الرسمي https://chromewebstore.google.com/detail/deepl-code-blocker/blmfehnodbgjheaofcecmjbbapmaikap
الوصف 【日本語】 DeepLなどの翻訳拡張機能がコードが翻訳されることを防ぐ、非英語圏の開発者向けツールです。 DeepL Code…
حجم الملف 3.53 KB
عدد التثبيتات 301
النسخة الحالية 1.0.1
آخر تحديث 2022-08-23
تاريخ النشر 2022-08-19
تقييم 4.00/5 مجموع تقييمات 2
المطور AT
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "DeepL Code Blocker",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [],
    "host_permissions": []
}