Google Country Switch by SearchRank.io
Change the targetted country for your Google search query by selecting a country.
Qu'est-ce que Google Country Switch by SearchRank.io ?
Google Country Switch by SearchRank.io est une extension Chrome développée par https://c9solutions.io, et sa fonction principale est "Change the targetted country for your Google search query by selecting a country.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Country Switch by SearchRank.io
Téléchargez les fichiers d'extension Google Country Switch by SearchRank.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nehmoddhjihmbikfoejbldhjlpcmclec |
URL Officiel | https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec |
Description | Change the targetted country for your Google search query by selecting a country. |
Taille du Fichier | 70.82 KB |
Nombre d'Installations | 506 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-04-27 |
Date de Publication | 2019-04-27 |
Évaluation | 2.75/5 Total 4 Évaluations |
Développeur | https://c9solutions.io |
Type de Paiement | free |
Site Web de l'Extension | https://c9solutions.io |
URL de la Page de Politique de Confidentialité | https://peopleforce.io/privacy-policy |
Langues Prises en Charge | 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" } } |