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是由Lino Uruñuela开发的Chrome扩展程序,该扩展的主要功能是“Shows and adds all phrases from 'People also search for' to Google results”。
扩展截图
下载Shows People also search keywords in Google扩展crx文件
下载Shows People also search keywords in Google扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
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" ] } } |