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"
    }
}