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"입니다.

확장 프로그램 스크린샷

screenshot

GeoQuery Master 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 GeoQuery Master GeoQuery Master
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"
    }
}