GeoQuery Master
Search Google from any city or location right inside url bar
Qu'est-ce que GeoQuery Master ?
GeoQuery Master est une extension Chrome développée par UsamaNizamani, et sa fonction principale est "Search Google from any city or location right inside url bar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GeoQuery Master
Téléchargez les fichiers d'extension GeoQuery Master 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
GeoQuery Master is a powerful Google Chrome extension that enables users to perform location-specific Google searches with ease. By allowing users to specify a city or location before their search query, this extension delivers highly relevant and localized results. Perfect for SEOs, travelers, researchers, or anyone looking to explore regional information, GeoQuery Master enhances the search experience by bringing the power of local knowledge to your fingertips. Key Features: 👉 Easy-to-use interface: Simply type "local" in the Chrome URL bar, followed by the city or location name, then slash and country code, a semicolon, and your search query. Examples: new york /us; pizza places near me london /uk; pizza places near me 👉 Supports multi-word city names: GeoQuery Master recognizes cities with multiple words in their names, ensuring accurate search results for a wide range of locations. Discover the world around you with GeoQuery Master, your personal localized search companion.
Informations de Base sur l'Extension
Nom | |
ID | eclpkaaiahedmmoolcjkbecgcfelpcan |
URL Officiel | https://chrome.google.com/webstore/detail/eclpkaaiahedmmoolcjkbecgcfelpcan |
Description | Search Google from any city or location right inside url bar |
Taille du Fichier | 4.27 KB |
Nombre d'Installations | 51 |
Version Actuelle | 1.01 |
Dernière Mise à Jour | 2023-03-17 |
Date de Publication | 2023-03-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | UsamaNizamani |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GeoQuery Master", "version": "1.01", "description": "Search Google from any city or location right inside url bar", "permissions": [ "tabs" ], "action": { "default_icon": { "16": "icon.png" } }, "background": { "service_worker": "background.js" }, "omnibox": { "keyword": "local" }, "icons": { "16": "icon.png" } } |