WordComplex (English Dictionary)
Add extra meaning to your web browsing. Look up for definitions while you are on web.
O que é WordComplex (English Dictionary)?
WordComplex (English Dictionary) é uma extensão do Chrome desenvolvida por Rajdeep Chauhan, e sua principal característica é "Add extra meaning to your web browsing. Look up for definitions while you are on web.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WordComplex (English Dictionary)
Baixe arquivos de extensão WordComplex (English Dictionary) 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
Double click on any word to look up its definition while you are browsing. Look up for definitions in WordComplex browser action and open desktop dictionary by clicking wordcomplex icon. You can go forward and backward in your currently searched words. Save the words to look up in future.
Informações Básicas da Extensão
Nome | |
ID | abiafidebmalgeploojmmpaplaglhhaf |
URL Oficial | https://chrome.google.com/webstore/detail/wordcomplex-english-dicti/abiafidebmalgeploojmmpaplaglhhaf |
Descrição | Add extra meaning to your web browsing. Look up for definitions while you are on web. |
Tamanho do Arquivo | 73.07 KB |
Contagem de Instalações | 234 |
Versão Atual | 2.1 |
Última Atualização | 2019-05-19 |
Data de Publicação | 2019-05-19 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | Rajdeep Chauhan |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordComplex (English Dictionary)", "description": "Add extra meaning to your web browsing. Look up for definitions while you are on web.", "version": "2.1", "short_name": "WC", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "WordComplex" }, "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "tip.css" ], "js": [ "content_script.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "web_accessible_resources": [ "speaker.jpg" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tts", "storage" ] } |