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 là gì?
Shows People also search keywords in Google là một tiện ích mở rộng Chrome được phát triển bởi Lino Uruñuela, và tính năng chính của nó là "Shows and adds all phrases from 'People also search for' to Google results".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Shows People also search keywords in Google
Tải xuống các tệp mở rộng Shows People also search keywords in Google dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mepolfjhpifndipailaomfonidamjcog |
URL Chính Thức | https://chrome.google.com/webstore/detail/shows-people-also-search/mepolfjhpifndipailaomfonidamjcog |
Mô tả | Shows and adds all phrases from 'People also search for' to Google results |
Kích Thước Tệp | 35.49 KB |
Số Lần Cài Đặt | 588 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-03-16 |
Ngày Phát Hành | 2020-03-14 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Lino Uruñuela |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |