DoPeopleSay

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

Co to jest DoPeopleSay?

DoPeopleSay to rozszerzenie Chrome opracowane przez https://dopeoplesay.com, a jego główną funkcją jest „A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia DoPeopleSay

Pobierz pliki rozszerzeń DoPeopleSay w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa DoPeopleSay DoPeopleSay
ID pbddoeocmeoneaaddcjhiappjihebgcc
Oficjalny URL https://chromewebstore.google.com/detail/dopeoplesay/pbddoeocmeoneaaddcjhiappjihebgcc
Opis A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.
Rozmiar pliku 12.48 KB
Liczba instalacji 347
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2018-03-06
Data Publikacji 2018-03-06
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://dopeoplesay.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}