DoPeopleSay

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

Was ist DoPeopleSay?

DoPeopleSay ist eine Chrome-Erweiterung, die von https://dopeoplesay.com entwickelt wurde, und ihr Hauptmerkmal ist "A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

DoPeopleSay-Erweiterungs-CRX-Datei herunterladen

Laden Sie DoPeopleSay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name DoPeopleSay DoPeopleSay
ID pbddoeocmeoneaaddcjhiappjihebgcc
Offizielle URL https://chromewebstore.google.com/detail/dopeoplesay/pbddoeocmeoneaaddcjhiappjihebgcc
Beschreibung A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.
Dateigröße 12.48 KB
Installationsanzahl 347
Aktuelle Version 0.0.2
Letztes Update 2018-03-06
Veröffentlichungsdatum 2018-03-06
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://dopeoplesay.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}