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 هو إضافة Chrome تم تطويرها بواسطة Naoki، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة It's a Small World

قم بتنزيل ملفات الامتداد It's a Small World بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}