easyWords

Translate it, faster and easier

Was ist easyWords?

easyWords ist eine Chrome-Erweiterung, die von sataniccrow entwickelt wurde, und ihr Hauptmerkmal ist "Translate it, faster and easier".

Erweiterungsscreenshots

screenshot

easyWords-Erweiterungs-CRX-Datei herunterladen

Laden Sie easyWords-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name easyWords easyWords
ID faiilkphlbkfnjddbappbaahpmafhmbj
Offizielle URL https://chromewebstore.google.com/detail/easywords/faiilkphlbkfnjddbappbaahpmafhmbj
Beschreibung Translate it, faster and easier
Dateigröße 101 KB
Installationsanzahl 26
Aktuelle Version 1.4.9
Letztes Update 2021-10-19
Veröffentlichungsdatum 2018-04-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler sataniccrow
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}