GeoQuery Master
Search Google from any city or location right inside url bar
什麼是GeoQuery Master?
GeoQuery Master是由UsamaNizamani開發的Chrome擴展程式,該擴展的主要功能是“Search Google from any city or location right inside url bar”。
擴展截圖
下載GeoQuery Master擴展crx文件
下載GeoQuery Master擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |