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开发的Chrome扩展程序,该扩展的主要功能是“A full-text search engine of English spoken corpus. Find the context where English word or phrase is used.”。

扩展截图

screenshot
screenshot
screenshot

下载DoPeopleSay扩展crx文件

下载DoPeopleSay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}