Chat Translator v.2.0

This extension automatically translate any text that you type.

Qu'est-ce que Chat Translator v.2.0 ?

Chat Translator v.2.0 est une extension Chrome développée par Scrupp, et sa fonction principale est "This extension automatically translate any text that you type.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Chat Translator v.2.0

Téléchargez les fichiers d'extension Chat Translator v.2.0 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

                        This extension automatically translate any text that you type.                    

Informations de Base sur l'Extension

Nom Chat Translator v.2.0 Chat Translator v.2.0
ID bgpjnknbmhdhgpofaeifiokeniefmael
URL Officiel https://chromewebstore.google.com/detail/chat-translator-v20/bgpjnknbmhdhgpofaeifiokeniefmael
Description This extension automatically translate any text that you type.
Taille du Fichier 48.83 KB
Nombre d'Installations 711
Version Actuelle 2.0.1
Dernière Mise à Jour 2018-03-05
Date de Publication 2018-03-05
Évaluation 4.25/5 Total 4 Évaluations
Développeur Scrupp
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.facebook.com/profile.php?id=100004689825123
URL de la Page de Politique de Confidentialité https://scrupp.com/policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chat Translator v.2.0",
    "description": "This extension automatically translate any text that you type.",
    "version": "2.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "templates\/menu.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "templates\/pop-up.html"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery-3.2.1.min.js",
                "js\/main.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}