Google Country Switch by SearchRank.io
Change the targetted country for your Google search query by selecting a country.
Co to jest Google Country Switch by SearchRank.io?
Google Country Switch by SearchRank.io to rozszerzenie Chrome opracowane przez https://c9solutions.io, a jego główną funkcją jest „Change the targetted country for your Google search query by selecting a country.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Country Switch by SearchRank.io
Pobierz pliki rozszerzeń Google Country Switch by SearchRank.io w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nehmoddhjihmbikfoejbldhjlpcmclec |
Oficjalny URL | https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec |
Opis | Change the targetted country for your Google search query by selecting a country. |
Rozmiar pliku | 70.82 KB |
Liczba instalacji | 506 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-04-27 |
Data Publikacji | 2019-04-27 |
Ocena | 2.75/5 Łącznie 4 Oceny |
Deweloper | https://c9solutions.io |
Typ Płatności | free |
Strona Rozszerzenia | https://c9solutions.io |
Adres URL Strony Polityki Prywatności | https://peopleforce.io/privacy-policy |
Obsługiwane Języki | 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" } } |