Flewent

Translate a small portion of web pages to a language you want to learn.

O que é Flewent?

Flewent é uma extensão do Chrome desenvolvida por Andy Groff, e sua principal característica é "Translate a small portion of web pages to a language you want to learn.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Flewent

Baixe arquivos de extensão Flewent 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

                        The Flewent language learning plugin takes a webpage in english and translates some of the words into a language of your choice.

This should help you build your vocabulary for a foreign language you want to learn while reading news, checking wikipedia, and doing daily web browsing. It also provides a pop-up to view the word on Google Translate (for better / more results), Wikipedia, or Dictionary.com

Recent versions made substantial changes to the way the plugin works. It now includes your own dictionary that fills up automatically and lets you translate some words without using the translation service. Your dictionary will fill up from the translation service, but you can edit the dictionary to suit your needs. Full release details here:

http://groff.co/2013/03/flewent-1-1-0-released/                    

Informações Básicas da Extensão

Nome Flewent Flewent
ID kboplipnhaapngnahmdgminfepnokjhh
URL Oficial https://chrome.google.com/webstore/detail/flewent/kboplipnhaapngnahmdgminfepnokjhh
Descrição Translate a small portion of web pages to a language you want to learn.
Tamanho do Arquivo 93.15 KB
Contagem de Instalações 1,000
Versão Atual 1.2.0
Última Atualização 2019-09-30
Data de Publicação 2019-09-30
Classificação 3.21/5 Total de 34 Avaliações
Desenvolvedor Andy Groff
Tipo de Pagamento free
Site da Extensão http://groff.co/flewent/
Idiomas Suportados en
manifest.json
{
    "browser_action": {
        "default_icon": "logo_48.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "ui-icons.png"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Translate a small portion of web pages to a language you want to learn.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "name": "Flewent",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "learner.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.2.0"
}