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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}