DeepL Code Blocker

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

Qu'est-ce que DeepL Code Blocker ?

DeepL Code Blocker est une extension Chrome développée par AT, et sa fonction principale est "【日本語】 DeepLなどの翻訳拡張機能がコードが翻訳されることを防ぐ、非英語圏の開発者向けツールです。 DeepL Code…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension DeepL Code Blocker

Téléchargez les fichiers d'extension DeepL Code Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        【日本語】
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                    

Informations de Base sur l'Extension

Nom DeepL Code Blocker DeepL Code Blocker
ID blmfehnodbgjheaofcecmjbbapmaikap
URL Officiel https://chromewebstore.google.com/detail/deepl-code-blocker/blmfehnodbgjheaofcecmjbbapmaikap
Description 【日本語】 DeepLなどの翻訳拡張機能がコードが翻訳されることを防ぐ、非英語圏の開発者向けツールです。 DeepL Code…
Taille du Fichier 3.53 KB
Nombre d'Installations 301
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-08-23
Date de Publication 2022-08-19
Évaluation 4.00/5 Total 2 Évaluations
Développeur AT
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}