Google Country Switch by SearchRank.io

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

Hvad er Google Country Switch by SearchRank.io?

Google Country Switch by SearchRank.io er en Chrome-udvidelse udviklet af https://c9solutions.io, og dens hovedfunktion er "Change the targetted country for your Google search query by selecting a country.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Google Country Switch by SearchRank.io-udvidelses-CRX-fil

Download Google Country Switch by SearchRank.io-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Google Country Switch by SearchRank.io Google Country Switch by SearchRank.io
ID nehmoddhjihmbikfoejbldhjlpcmclec
Officiel URL https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec
Beskrivelse Change the targetted country for your Google search query by selecting a country.
Filstørrelse 70.82 KB
Antal Installationer 506
Nuværende Version 1.0
Senest Opdateret 2019-04-27
Udgivelsesdato 2019-04-27
Bedømmelse 2.75/5 Samlet 4 Bedømmelser
Udvikler https://c9solutions.io
Betalingsmetode free
Udvidelseswebsted https://c9solutions.io
URL til Fortrolighedspolitik Side https://peopleforce.io/privacy-policy
Understøttede Sprog 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"
    }
}