easyWords
Translate it, faster and easier
O que é easyWords?
easyWords é uma extensão do Chrome desenvolvida por sataniccrow, e sua principal característica é "Translate it, faster and easier".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão easyWords
Baixe arquivos de extensão easyWords no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | easyWords |
ID | faiilkphlbkfnjddbappbaahpmafhmbj |
URL Oficial | https://chromewebstore.google.com/detail/easywords/faiilkphlbkfnjddbappbaahpmafhmbj |
Descrição | Translate it, faster and easier |
Tamanho do Arquivo | 101 KB |
Contagem de Instalações | 26 |
Versão Atual | 1.4.9 |
Última Atualização | 2021-10-19 |
Data de Publicação | 2018-04-05 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | sataniccrow |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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", " |