Google Country Switch by SearchRank.io
Change the targetted country for your Google search query by selecting a country.
Cos'è Google Country Switch by SearchRank.io?
Google Country Switch by SearchRank.io è un'estensione di Chrome sviluppata da https://c9solutions.io, e la sua funzione principale è "Change the targetted country for your Google search query by selecting a country.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Country Switch by SearchRank.io
Scarica i file di estensione Google Country Switch by SearchRank.io in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nehmoddhjihmbikfoejbldhjlpcmclec |
URL Ufficiale | https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec |
Descrizione | Change the targetted country for your Google search query by selecting a country. |
Dimensione del File | 70.82 KB |
Conteggio Installazioni | 506 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-04-27 |
Data di Pubblicazione | 2019-04-27 |
Valutazione | 2.75/5 Totale 4 Valutazioni |
Sviluppatore | https://c9solutions.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://c9solutions.io |
URL della Pagina della Politica sulla Privacy | https://peopleforce.io/privacy-policy |
Lingue Supportate | 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" } } |