Word Definer
Get the definitions of all big or complex words from every webpage
O que é Word Definer?
Word Definer é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Get the definitions of all big or complex words from every webpage".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Word Definer
Baixe arquivos de extensão Word Definer 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
Word definer is the perfect extension for all of your vocabulary needs. Every webpage visited will have a compiled list of words in the toolbar that have been pulled directly from the page. Figure out words you do not know by retrieving their definitions instantly at the click of a button.
Informações Básicas da Extensão
Nome | Word Definer |
ID | pebaoppkhmdljgfcepaocgdifalikhhh |
URL Oficial | https://chromewebstore.google.com/detail/word-definer/pebaoppkhmdljgfcepaocgdifalikhhh |
Descrição | Get the definitions of all big or complex words from every webpage |
Tamanho do Arquivo | 21.79 KB |
Contagem de Instalações | 54 |
Versão Atual | 0.0.1 |
Última Atualização | 2021-11-02 |
Data de Publicação | 2021-11-02 |
Desenvolvedor | Unknown |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Definer", "description": "Get the definitions of all big or complex words from every webpage", "version": "0.0.1", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/dictionary16x16.png", "48": "images\/dictionary48x48.png", "128": "images\/dictionary128x128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ] } |