DeepL Code Blocker

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

Wat is DeepL Code Blocker?

DeepL Code Blocker is een Chrome-extensie ontwikkeld door AT, en de belangrijkste functie is "【日本語】 DeepLなどの翻訳拡張機能がコードが翻訳されることを防ぐ、非英語圏の開発者向けツールです。 DeepL Code…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie DeepL Code Blocker

Download DeepL Code Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam DeepL Code Blocker DeepL Code Blocker
ID blmfehnodbgjheaofcecmjbbapmaikap
Officiële URL https://chromewebstore.google.com/detail/deepl-code-blocker/blmfehnodbgjheaofcecmjbbapmaikap
Beschrijving 【日本語】 DeepLなどの翻訳拡張機能がコードが翻訳されることを防ぐ、非英語圏の開発者向けツールです。 DeepL Code…
Bestandsgrootte 3.53 KB
Aantal Installaties 301
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-08-23
Publicatiedatum 2022-08-19
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar AT
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}