DoPeopleSay

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

Qu'est-ce que DoPeopleSay ?

DoPeopleSay est une extension Chrome développée par https://dopeoplesay.com, et sa fonction principale est "A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DoPeopleSay

Téléchargez les fichiers d'extension DoPeopleSay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom DoPeopleSay DoPeopleSay
ID pbddoeocmeoneaaddcjhiappjihebgcc
URL Officiel https://chromewebstore.google.com/detail/dopeoplesay/pbddoeocmeoneaaddcjhiappjihebgcc
Description A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.
Taille du Fichier 12.48 KB
Nombre d'Installations 347
Version Actuelle 0.0.2
Dernière Mise à Jour 2018-03-06
Date de Publication 2018-03-06
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://dopeoplesay.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}