french word research

Omnibox search helper for French word research

O que é french word research?

french word research é uma extensão do Chrome desenvolvida por Gibbering in the Basement, e sua principal característica é "Omnibox search helper for French word research".

Baixar o arquivo CRX da Extensão french word research

Baixe arquivos de extensão french word research 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

                        This very tiny extension makes it faster and easier to do some quick research on French words.

To use it, place your cursor into the Chrome omnibox and type "french" followed by a space. Then type the French word in which you are interested, and hit return. You will then get four new tabs:

* A search on http://google.fr for images
* A search on http://fr.forvo.com for the pronunciation
* A search on http://www.linguee.com for usage examples
* A search on http://fr.wiktionary.org for dictionary information

This was inspired by Gabriel Wyner of http://Fluent-Forever.com. See http://fluent-forever.com/automate-your-searches/ for more information.                    

Informações Básicas da Extensão

Nome french word research french word research
ID lfmaogplmchebmdhjpliaigkgiklclao
URL Oficial https://chrome.google.com/webstore/detail/french-word-research/lfmaogplmchebmdhjpliaigkgiklclao
Descrição Omnibox search helper for French word research
Tamanho do Arquivo 6.19 KB
Contagem de Instalações 30
Versão Atual 0.0.1
Última Atualização 2014-09-14
Data de Publicação 2014-09-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Gibbering in the Basement
Tipo de Pagamento free
Idiomas Suportados fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "french word research",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Omnibox search helper for French word research",
    "homepage_url": "http:\/\/jeremy.org\/software\/french-word-research\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "omnibox": {
        "keyword": "french"
    }
}