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.”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 Google Country Switch by SearchRank.io Google Country Switch by SearchRank.io
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"
    }
}