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 |
官方網址 | 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" ] } } |