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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lino Uruñuela และคุณลักษณะหลักของมันคือ "Shows and adds all phrases from 'People also search for' to Google results"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shows People also search keywords in Google
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } } |