easyWords
Translate it, faster and easier
Cos'è easyWords?
easyWords è un'estensione di Chrome sviluppata da sataniccrow, e la sua funzione principale è "Translate it, faster and easier".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione easyWords
Scarica i file di estensione easyWords in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | easyWords |
ID | faiilkphlbkfnjddbappbaahpmafhmbj |
URL Ufficiale | https://chromewebstore.google.com/detail/easywords/faiilkphlbkfnjddbappbaahpmafhmbj |
Descrizione | Translate it, faster and easier |
Dimensione del File | 101 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.4.9 |
Ultimo Aggiornamento | 2021-10-19 |
Data di Pubblicazione | 2018-04-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | sataniccrow |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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", " |