DoPeopleSay

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

Cos'è DoPeopleSay?

DoPeopleSay è un'estensione di Chrome sviluppata da https://dopeoplesay.com, e la sua funzione principale è "A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DoPeopleSay

Scarica i file di estensione DoPeopleSay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/.                    

Informazioni di Base sull'Estensione

Nome DoPeopleSay DoPeopleSay
ID pbddoeocmeoneaaddcjhiappjihebgcc
URL Ufficiale https://chromewebstore.google.com/detail/dopeoplesay/pbddoeocmeoneaaddcjhiappjihebgcc
Descrizione A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.
Dimensione del File 12.48 KB
Conteggio Installazioni 347
Versione Corrente 0.0.2
Ultimo Aggiornamento 2018-03-06
Data di Pubblicazione 2018-03-06
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://dopeoplesay.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}