Google Country Switch by SearchRank.io

Change the targetted country for your Google search query by selecting a country.

Co je Google Country Switch by SearchRank.io?

Google Country Switch by SearchRank.io je rozšíření Chrome vyvinuté https://c9solutions.io, a jeho hlavní funkcí je „Change the targetted country for your Google search query by selecting a country.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Google Country Switch by SearchRank.io

Stáhněte si soubory rozšíření Google Country Switch by SearchRank.io ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google Country Switch by SearchRank.io Google Country Switch by SearchRank.io
ID nehmoddhjihmbikfoejbldhjlpcmclec
Oficiální URL https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec
Popis Change the targetted country for your Google search query by selecting a country.
Velikost souboru 70.82 KB
Počet instalací 506
Aktuální Verze 1.0
Poslední Aktualizace 2019-04-27
Datum Vydání 2019-04-27
Hodnocení 2.75/5 Celkem 4 Hodnocení
Vývojář https://c9solutions.io
Typ Platby free
Webové stránky Rozšíření https://c9solutions.io
URL Stránky Zásad Ochrany Soukromí https://peopleforce.io/privacy-policy
Podporované Jazyky 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"
    }
}