easyWords

Translate it, faster and easier

Qu'est-ce que easyWords ?

easyWords est une extension Chrome développée par sataniccrow, et sa fonction principale est "Translate it, faster and easier".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension easyWords

Téléchargez les fichiers d'extension easyWords 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

                        Translate what you want as fast as you can without leaving your page :)

...
This project is born as a simple chrome extension which aids in using the translation tool offered by Word Reference through its API. 

Before using the extension, the creation of a personal API KEY was mandatory; to create yours, you should go to the API registration page and create your own API_key (http://www.wordreference.com/docs/APIregistration.aspx).
Now this service has been shut down as well as the generation of API key.                    

Informations de Base sur l'Extension

Nom easyWords easyWords
ID faiilkphlbkfnjddbappbaahpmafhmbj
URL Officiel https://chromewebstore.google.com/detail/easywords/faiilkphlbkfnjddbappbaahpmafhmbj
Description Translate it, faster and easier
Taille du Fichier 101 KB
Nombre d'Installations 26
Version Actuelle 1.4.9
Dernière Mise à Jour 2021-10-19
Date de Publication 2018-04-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur sataniccrow
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "grapx\/ghost.png",
        "default_popup": "html\/main.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-1.8.3.min.js",
                "js\/json2.js",
                "js\/api.js",
                "js\/trigger.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Translate it, faster and easier",
    "icons": {
        "128": "grapx\/ghost.png"
    },
    "manifest_version": 2,
    "name": "easyWords",
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.4.9"
}