Google Country Switch by SearchRank.io
Change the targetted country for your Google search query by selecting a country.
Google Country Switch by SearchRank.ioคืออะไร?
Google Country Switch by SearchRank.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://c9solutions.io และคุณลักษณะหลักของมันคือ "Change the targetted country for your Google search query by selecting a country."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Country Switch by SearchRank.io
ดาวน์โหลดไฟล์ส่วนขยาย Google Country Switch by SearchRank.io ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily switch your targeted country for your Google search with Google Country Switch. While on a Google search result page simply click on the Google Country Switch icon and select your targeted country.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nehmoddhjihmbikfoejbldhjlpcmclec |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec |
คำอธิบาย | Change the targetted country for your Google search query by selecting a country. |
ขนาดไฟล์ | 70.82 KB |
จำนวนการติดตั้ง | 506 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-04-27 |
วันที่เผยแพร่ | 2019-04-27 |
คะแนน | 2.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://c9solutions.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://c9solutions.io |
URL หน้านโยบายความเป็นส่วนตัว | https://peopleforce.io/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Country Switch by SearchRank.io", "short_name": "Google Country Switcher", "version": "1.0", "manifest_version": 2, "homepage_url": "https:\/\/searchrank.io", "background": { "scripts": [ "popup.js" ] }, "permissions": [ "activeTab" ], "description": "Change the targetted country for your Google search query by selecting a country.", "browser_action": { "default_icon": "googleswitcher-32x32.png", "default_popup": "popup.html" }, "icons": { "16": "googleswitcher-16x16.png", "32": "googleswitcher-32x32.png", "64": "googleswitcher-64x64.png", "128": "googleswitcher-128x128.png" } } |