Chat Translator v.2.0

This extension automatically translate any text that you type.

Wat is Chat Translator v.2.0?

Chat Translator v.2.0 is een Chrome-extensie ontwikkeld door Scrupp, en de belangrijkste functie is "This extension automatically translate any text that you type.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Chat Translator v.2.0

Download Chat Translator v.2.0-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

                        This extension automatically translate any text that you type.                    

Basisinformatie over de Extensie

Naam Chat Translator v.2.0 Chat Translator v.2.0
ID bgpjnknbmhdhgpofaeifiokeniefmael
Officiële URL https://chromewebstore.google.com/detail/chat-translator-v20/bgpjnknbmhdhgpofaeifiokeniefmael
Beschrijving This extension automatically translate any text that you type.
Bestandsgrootte 48.83 KB
Aantal Installaties 711
Huidige Versie 2.0.1
Laatst Bijgewerkt 2018-03-05
Publicatiedatum 2018-03-05
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar Scrupp
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.facebook.com/profile.php?id=100004689825123
URL van de Privacybeleid Pagina https://scrupp.com/policy
Ondersteunde Talen 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"
        }
    ]
}