DoPeopleSay

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

Wat is DoPeopleSay?

DoPeopleSay is een Chrome-extensie ontwikkeld door https://dopeoplesay.com, en de belangrijkste functie is "A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DoPeopleSay

Download DoPeopleSay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam DoPeopleSay DoPeopleSay
ID pbddoeocmeoneaaddcjhiappjihebgcc
Officiële URL https://chromewebstore.google.com/detail/dopeoplesay/pbddoeocmeoneaaddcjhiappjihebgcc
Beschrijving A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.
Bestandsgrootte 12.48 KB
Aantal Installaties 347
Huidige Versie 0.0.2
Laatst Bijgewerkt 2018-03-06
Publicatiedatum 2018-03-06
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://dopeoplesay.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}