DoPeopleSay

A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.

O que é DoPeopleSay?

DoPeopleSay é uma extensão do Chrome desenvolvida por https://dopeoplesay.com, e sua principal característica é "A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DoPeopleSay

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

                        A search engine of English spoken texts. Also known as "Do People Say".

Find the context where an English word or phrase is used or check if it is used by English speakers at all. Not sure if it's valid or not? Give it a try too!

The extension is open-source. The code is located at https://github.com/DoPeopleSay/dopeoplesay-ext-chrome.

The extension is based on https://dopeoplesay.com/.                    

Informações Básicas da Extensão

Nome DoPeopleSay DoPeopleSay
ID pbddoeocmeoneaaddcjhiappjihebgcc
URL Oficial https://chromewebstore.google.com/detail/dopeoplesay/pbddoeocmeoneaaddcjhiappjihebgcc
Descrição A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.
Tamanho do Arquivo 12.48 KB
Contagem de Instalações 347
Versão Atual 0.0.2
Última Atualização 2018-03-06
Data de Publicação 2018-03-06
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://dopeoplesay.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DoPeopleSay",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.",
    "homepage_url": "https:\/\/dopeoplesay.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "DoPeopleSay",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "https:\/\/dopeoplesay.com\/*"
    ]
}