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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |