easyWords

Translate it, faster and easier

Wat is easyWords?

easyWords is een Chrome-extensie ontwikkeld door sataniccrow, en de belangrijkste functie is "Translate it, faster and easier".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie easyWords

Download easyWords-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

                        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.                    

Basisinformatie over de Extensie

Naam easyWords easyWords
ID faiilkphlbkfnjddbappbaahpmafhmbj
Officiële URL https://chromewebstore.google.com/detail/easywords/faiilkphlbkfnjddbappbaahpmafhmbj
Beschrijving Translate it, faster and easier
Bestandsgrootte 101 KB
Aantal Installaties 26
Huidige Versie 1.4.9
Laatst Bijgewerkt 2021-10-19
Publicatiedatum 2018-04-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar sataniccrow
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}