Shows People also search keywords in Google
Shows and adds all phrases from 'People also search for' to Google results
Apa itu Shows People also search keywords in Google?
Shows People also search keywords in Google adalah ekstensi Chrome yang dikembangkan oleh Lino Uruñuela, dan fitur utamanya adalah "Shows and adds all phrases from 'People also search for' to Google results".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Shows People also search keywords in Google
Unduh file ekstensi Shows People also search keywords in Google dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mepolfjhpifndipailaomfonidamjcog |
URL Resmi | https://chrome.google.com/webstore/detail/shows-people-also-search/mepolfjhpifndipailaomfonidamjcog |
Deskripsi | Shows and adds all phrases from 'People also search for' to Google results |
Ukuran File | 35.49 KB |
Jumlah Instalasi | 588 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-03-16 |
Tanggal Publikasi | 2020-03-14 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | Lino Uruñuela |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |