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.
Qu'est-ce que It's a Small World ?
It's a Small World est une extension Chrome développée par Naoki, et sa fonction principale est "The tool shows us the opposite words of the keyword we search for on Google and encourage to see a wide range of opinions.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension It's a Small World
Téléchargez les fichiers d'extension It's a Small World au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | It's a Small World |
ID | indnfjmeljkadejlppckkdnligfbhfji |
URL Officiel | https://chromewebstore.google.com/detail/its-a-small-world/indnfjmeljkadejlppckkdnligfbhfji |
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. |
Taille du Fichier | 76.25 KB |
Nombre d'Installations | 79 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2022-02-14 |
Date de Publication | 2022-01-17 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Naoki |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |