Quick Map Search

Right click some selected text and use that for a secure search using Google Maps.

Quick Map Searchとは何ですか?

Quick Map Searchはmaar-tenによって開発されたChromeの拡張機能で、その主な機能は「Right click some selected text and use that for a secure search using Google Maps.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Quick Map Search拡張機能のCRXファイルをダウンロード

Quick Map Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Right click some highlighted text and use that for a search using Google Maps.

After installing this extension there'll be a new entry in your context menu (right-click menu) when some selected (highlighted) text was right-clicked. Selecting this menu option will start a Google Maps search.                    

拡張機能の基本情報

名前 Quick Map Search Quick Map Search
ID ifgfomjbhfndhoeefobmiaclhnhiknbl
公式URL https://chromewebstore.google.com/detail/quick-map-search/ifgfomjbhfndhoeefobmiaclhnhiknbl
説明 Right click some selected text and use that for a secure search using Google Maps.
ファイルサイズ 10.37 KB
インストール数 290
現在のバージョン 3.0
最終更新日 2022-10-20
公開日 2019-04-25
評価 5.00/5 合計 3 レビュー
開発者 maar-ten
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/maar-ten/Quick-Map-Search#readme
ヘルプページのURL https://github.com/maar-ten/Quick-Map-Search/issues
対応言語 en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "3.0",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    }
}