It's a Small World

The tool shows us the opposite words of the keyword we search for on Google and encourage to see a wide range of opinions.

什么是It's a Small World?

It's a Small World是由Naoki开发的Chrome扩展程序,该扩展的主要功能是“The tool shows us the opposite words of the keyword we search for on Google and encourage to see a wide range of opinions.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载It's a Small World扩展crx文件

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

扩展使用说明

                        When you search on Google, the extension will sometimes show you the opposite word(s) of the keyword you search for, in the lower right corner of the search box. The purpose of this experimental tool is to encourage us to see a wide range of opinions and to prevent a "Filter Bubble". 
 
*This tool extracts one word from your search terms on Google and shows you the opposite word(s) . For example, If you search "I hate spider", the extension shows you "love" with the url of the result page of "I love spider".  Antonyms are retrieved in order from the front of the sentence.                    

扩展基本信息

名称 It's a Small World It's a Small World
ID indnfjmeljkadejlppckkdnligfbhfji
官方URL https://chromewebstore.google.com/detail/its-a-small-world/indnfjmeljkadejlppckkdnligfbhfji
简介 The tool shows us the opposite words of the keyword we search for on Google and encourage to see a wide range of opinions.
文件大小 76.25 KB
安装次数 79
当前版本 1.2.0
更新时间 2022-02-14
上架时间 2022-01-17
评分 5.00/5 共2次评分
开发者 Naoki
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "It's a Small World",
    "description": "The tool shows us the opposite words of the keyword we search for on Google and encourage to see a wide range of opinions.",
    "version": "1.2.0",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.google.com\/search?*"
    ],
    "icons": {
        "16": "images\/human_purple16.png",
        "48": "images\/human_purple48.png",
        "128": "images\/human_purple128.png"
    },
    "action": {
        "default_icon": "images\/human_purple48.png",
        "default_popup": "popup.html",
        "default_title": "It's a small world"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search?*"
            ],
            "js": [
                "search.js"
            ]
        }
    ]
}