GeoQuery Master
Search Google from any city or location right inside url bar
GeoQuery Master là gì?
GeoQuery Master là một tiện ích mở rộng Chrome được phát triển bởi UsamaNizamani, và tính năng chính của nó là "Search Google from any city or location right inside url bar".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GeoQuery Master
Tải xuống các tệp mở rộng GeoQuery Master dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eclpkaaiahedmmoolcjkbecgcfelpcan |
URL Chính Thức | https://chrome.google.com/webstore/detail/eclpkaaiahedmmoolcjkbecgcfelpcan |
Mô tả | Search Google from any city or location right inside url bar |
Kích Thước Tệp | 4.27 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 1.01 |
Cập Nhật Lần Cuối | 2023-03-17 |
Ngày Phát Hành | 2023-03-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | UsamaNizamani |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |