GeoQuery Master
Search Google from any city or location right inside url bar
GeoQuery Master क्या है?
GeoQuery Master UsamaNizamani द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search Google from any city or location right inside url bar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GeoQuery Master एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | eclpkaaiahedmmoolcjkbecgcfelpcan |
आधिकारिक URL | https://chrome.google.com/webstore/detail/eclpkaaiahedmmoolcjkbecgcfelpcan |
विवरण | Search Google from any city or location right inside url bar |
फ़ाइल का आकार | 4.27 KB |
स्थापना संख्या | 51 |
वर्तमान संस्करण | 1.01 |
अंतिम अपडेट | 2023-03-17 |
प्रकाशन तिथि | 2023-03-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | UsamaNizamani |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |