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是由https://c9solutions.io開發的Chrome擴展程式,該擴展的主要功能是“Change the targetted country for your Google search query by selecting a country.”。
擴展截圖
下載Google Country Switch by SearchRank.io擴展crx文件
下載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 |
官方網址 | 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" } } |