DeepL Code Blocker

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

Cos'è DeepL Code Blocker?

DeepL Code Blocker è un'estensione di Chrome sviluppata da AT, e la sua funzione principale è "【日本語】 DeepLなどの翻訳拡張機能がコードが翻訳されることを防ぐ、非英語圏の開発者向けツールです。 DeepL Code…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DeepL Code Blocker

Scarica i file di estensione DeepL Code Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome DeepL Code Blocker DeepL Code Blocker
ID blmfehnodbgjheaofcecmjbbapmaikap
URL Ufficiale https://chromewebstore.google.com/detail/deepl-code-blocker/blmfehnodbgjheaofcecmjbbapmaikap
Descrizione 【日本語】 DeepLなどの翻訳拡張機能がコードが翻訳されることを防ぐ、非英語圏の開発者向けツールです。 DeepL Code…
Dimensione del File 3.53 KB
Conteggio Installazioni 301
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-08-23
Data di Pubblicazione 2022-08-19
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore AT
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
}