DoPeopleSay

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

DoPeopleSay क्या है?

DoPeopleSay https://dopeoplesay.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A full-text search engine of English spoken corpus. Find the context where English word or phrase is used."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DoPeopleSay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम DoPeopleSay DoPeopleSay
ID pbddoeocmeoneaaddcjhiappjihebgcc
आधिकारिक URL https://chromewebstore.google.com/detail/dopeoplesay/pbddoeocmeoneaaddcjhiappjihebgcc
विवरण A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.
फ़ाइल का आकार 12.48 KB
स्थापना संख्या 347
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2018-03-06
प्रकाशन तिथि 2018-03-06
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://dopeoplesay.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}