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 |
Eメール | [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" ] } } |