Shows People also search keywords in Google

Shows and adds all phrases from 'People also search for' to Google results

ما هو Shows People also search keywords in Google؟

Shows People also search keywords in Google هو إضافة Chrome تم تطويرها بواسطة Lino Uruñuela، والميزة الرئيسية لها هي "Shows and adds all phrases from 'People also search for' to Google results".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Shows People also search keywords in Google

قم بتنزيل ملفات الامتداد Shows People also search keywords in Google بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Shows and adds all phrases from 'People also search for' to Google results.

This extension allows you to show related terms on Google to one click.

It very useful to find new similar keywords used to other people.                    

معلومات أساسية عن التمديد

الاسم Shows People also search keywords in Google Shows People also search keywords in Google
ID mepolfjhpifndipailaomfonidamjcog
عنوان URL الرسمي https://chrome.google.com/webstore/detail/shows-people-also-search/mepolfjhpifndipailaomfonidamjcog
الوصف Shows and adds all phrases from 'People also search for' to Google results
حجم الملف 35.49 KB
عدد التثبيتات 588
النسخة الحالية 1.0
آخر تحديث 2020-03-16
تاريخ النشر 2020-03-14
تقييم 4.75/5 مجموع تقييمات 4
المطور Lino Uruñuela
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shows People also search keywords in Google",
    "short_name": "Show People also search keywords in Google",
    "description": "Shows and adds all phrases from 'People also search for' to Google results",
    "icons": {
        "16": "\/images\/icon16-2.png",
        "24": "\/images\/icon24-2.png",
        "32": "images\/icon32-2.png",
        "64": "images\/icon64-2.png",
        "128": "images\/icon128-2.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16-2.png",
            "24": "images\/icon24-2.png",
            "32": "images\/icon32-2.png",
            "128": "images\/icon128-2.png"
        }
    },
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}