Google Maps select and search
Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.
Google Maps select and searchとは何ですか?
Google Maps select and searchはlaurentt96によって開発されたChromeの拡張機能で、その主な機能は「Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.」です。
拡張機能のスクリーンショット
Google Maps select and search拡張機能のCRXファイルをダウンロード
Google Maps select and search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will add a button when you select and right click on an address. This button will open Google Maps to the address you selected.
No need to copy/paste and waste time. 拡張機能の基本情報
| 名前 | |
| ID | iobjmgojenedagiebkecldbpgimlchje |
| 公式URL | https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje |
| 説明 | Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks. |
| ファイルサイズ | 603 KB |
| インストール数 | 32,900 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2023-08-31 |
| 公開日 | 2019-11-03 |
| 評価 | 4.03/5 合計 67 レビュー |
| 開発者 | laurentt96 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Google Maps select and search",
"version": "2.0",
"manifest_version": 3,
"description": "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.",
"permissions": [
"contextMenus"
],
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "script.js"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |