Google Maps Route Optimizer
Assist in optimizing routes (based on time, not distance) with multiple destinations.
Google Maps Route Optimizerとは何ですか?
Google Maps Route Optimizerはhttps://alecmaly.comによって開発されたChromeの拡張機能で、その主な機能は「Assist in optimizing routes (based on time, not distance) with multiple destinations.」です。
拡張機能のスクリーンショット
Google Maps Route Optimizer拡張機能のCRXファイルをダウンロード
Google Maps Route Optimizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Assist in optimizing routes (based on time, not distance) with multiple destinations. A "Route Optimizer" button is injected onto the https://maps.google.com page, near the Search bar. 拡張機能の基本情報
| 名前 | |
| ID | lopeokelpmobodckhpahplaoojfmjokn |
| 公式URL | https://chromewebstore.google.com/detail/google-maps-route-optimiz/lopeokelpmobodckhpahplaoojfmjokn |
| 説明 | Assist in optimizing routes (based on time, not distance) with multiple destinations. |
| ファイルサイズ | 2.07 MB |
| インストール数 | 277 |
| 現在のバージョン | 1.0.9 |
| 最終更新日 | 2022-11-28 |
| 公開日 | 2022-11-07 |
| 開発者 | https://alecmaly.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Google Maps Route Optimizer",
"description": "Assist in optimizing routes (based on time, not distance) with multiple destinations.",
"version": "1.0.9",
"author": "Alec Maly",
"content_scripts": [
{
"matches": [
"*:\/\/*.google.com\/maps\/*"
],
"js": [
"inject.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"payload.js"
],
"matches": [
"*:\/\/*.google.com\/*"
]
}
],
"homepage_url": "https:\/\/maps.google.com\/"
} | |